Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.derby.impl.io.BaseStorageFactory

Uses of BaseStorageFactory in org.apache.derby.impl.io
 

Subclasses of BaseStorageFactory in org.apache.derby.impl.io
 class CPStorageFactory
          This class provides a class path based implementation of the StorageFactory interface.
 class DirStorageFactory
          This class provides a disk based implementation of the StorageFactory interface.
 class DirStorageFactory4
          This class implements the WritableStorageFactory interface using features found in Java 1.4 but not in earlier versions of Java.
 class JarStorageFactory
          This class provides a Jar file based implementation of the StorageFactory interface.
 class URLStorageFactory
          This class provides a http based implementation of the StorageFactory interface.
 

Fields in org.apache.derby.impl.io declared as BaseStorageFactory
(package private)  BaseStorageFactory InputStreamFile.storageFactory
           
 

Constructors in org.apache.derby.impl.io with parameters of type BaseStorageFactory
InputStreamFile(BaseStorageFactory storageFactory, java.lang.String path)
           
InputStreamFile(BaseStorageFactory storageFactory, java.lang.String parent, java.lang.String name)
           
InputStreamFile(BaseStorageFactory storageFactory, java.lang.String child, int pathLen)