Uses of Interface
org.apache.jackrabbit.core.fs.FileSystem

Packages that use FileSystem
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.config   
org.apache.jackrabbit.core.fs   
org.apache.jackrabbit.core.fs.db   
org.apache.jackrabbit.core.fs.local   
org.apache.jackrabbit.core.fs.mem   
org.apache.jackrabbit.core.lock   
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.persistence   
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.db   
org.apache.jackrabbit.core.persistence.mem   
org.apache.jackrabbit.core.persistence.util   
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.security   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.state.util   
org.apache.jackrabbit.core.version   
 

Uses of FileSystem in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return FileSystem
protected  FileSystem RepositoryImpl.getFileSystem()
          Returns the repository file system.
protected  FileSystem RepositoryImpl.WorkspaceInfo.getFileSystem()
          Returns the workspace file system.
 

Methods in org.apache.jackrabbit.core with parameters of type FileSystem
protected  NamespaceRegistryImpl RepositoryImpl.createNamespaceRegistry(FileSystem fs)
          Creates the NamespaceRegistry instance.
protected  NodeTypeRegistry RepositoryImpl.createNodeTypeRegistry(NamespaceRegistry nsReg, FileSystem fs)
          Creates the NodeTypeRegistry instance.
protected  NodeId RepositoryImpl.loadRootNodeId(FileSystem fs)
          Returns the root node uuid.
 

Constructors in org.apache.jackrabbit.core with parameters of type FileSystem
NamespaceRegistryImpl(FileSystem nsRegStore)
          Protected constructor: Constructs a new instance of this class.
 

Uses of FileSystem in org.apache.jackrabbit.core.config
 

Methods in org.apache.jackrabbit.core.config that return FileSystem
 FileSystem FileSystemConfig.createFileSystem()
          Instantiates and initializes the configured file system implementation class.
 

Uses of FileSystem in org.apache.jackrabbit.core.fs
 

Classes in org.apache.jackrabbit.core.fs that implement FileSystem
 class BasedFileSystem
          A BasedFileSystem represents a 'file system in a file system'.
 

Fields in org.apache.jackrabbit.core.fs declared as FileSystem
protected  FileSystem FileSystemResource.fs
           
protected  FileSystem BasedFileSystem.fsBase
           
 

Methods in org.apache.jackrabbit.core.fs that return FileSystem
 FileSystem FileSystemResource.getFileSystem()
          Returns the FileSystem where this resource is located.
 

Constructors in org.apache.jackrabbit.core.fs with parameters of type FileSystem
BasedFileSystem(FileSystem fsBase, String relRootPath)
          Creates a new BasedFileSystem
FileSystemResource(FileSystem fs, String path)
          Creates a new FileSystemResource
 

Uses of FileSystem in org.apache.jackrabbit.core.fs.db
 

Classes in org.apache.jackrabbit.core.fs.db that implement FileSystem
 class DatabaseFileSystem
          Base class for database file systems.
 class DB2FileSystem
          DB2FileSystem is a JDBC-based FileSystem implementation for Jackrabbit that persists file system entries in a DB2 database.
 class DbFileSystem
          DbFileSystem is a generic JDBC-based FileSystem implementation for Jackrabbit that persists file system entries in a database table.
 class DerbyFileSystem
          DerbyFileSystem is a JDBC-based FileSystem implementation for Jackrabbit that persists file system entries in an embedded Derby database.
 class JNDIDatabaseFileSystem
          Database file system that uses JNDI to acquire the database connection.
 class OracleFileSystem
          OracleFileSystem is a JDBC-based FileSystem implementation for Jackrabbit that persists file system entries in an Oracle database.
 

Uses of FileSystem in org.apache.jackrabbit.core.fs.local
 

Classes in org.apache.jackrabbit.core.fs.local that implement FileSystem
 class LocalFileSystem
          A LocalFileSystem ...
 

Uses of FileSystem in org.apache.jackrabbit.core.fs.mem
 

Classes in org.apache.jackrabbit.core.fs.mem that implement FileSystem
 class MemoryFileSystem
           
 

Uses of FileSystem in org.apache.jackrabbit.core.lock
 

Constructors in org.apache.jackrabbit.core.lock with parameters of type FileSystem
LockManagerImpl(SessionImpl session, FileSystem fs)
          Create a new instance of this class.
 

Uses of FileSystem in org.apache.jackrabbit.core.nodetype
 

Methods in org.apache.jackrabbit.core.nodetype with parameters of type FileSystem
static NodeTypeRegistry NodeTypeRegistry.create(NamespaceRegistry nsReg, FileSystem ntStore)
          Create a new NodeTypeRegistry
 

Constructors in org.apache.jackrabbit.core.nodetype with parameters of type FileSystem
NodeTypeRegistry(NamespaceRegistry nsReg, FileSystem ntStore)
          Protected constructor
 

Uses of FileSystem in org.apache.jackrabbit.core.persistence
 

Methods in org.apache.jackrabbit.core.persistence that return FileSystem
 FileSystem PMContext.getFileSystem()
          Returns the virtual filesystem for this persistence manager
 

Constructors in org.apache.jackrabbit.core.persistence with parameters of type FileSystem
PMContext(File homeDir, FileSystem fs, NodeId rootNodeId, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, DataStore dataStore)
          Creates a new PMContext.
 

Uses of FileSystem in org.apache.jackrabbit.core.persistence.bundle
 

Constructors in org.apache.jackrabbit.core.persistence.bundle with parameters of type FileSystem
BundleDbPersistenceManager.FSBlobStore(FileSystem fs)
           
 

Uses of FileSystem in org.apache.jackrabbit.core.persistence.db
 

Fields in org.apache.jackrabbit.core.persistence.db declared as FileSystem
protected  FileSystem DatabasePersistenceManager.blobFS
          file system where BLOB data is stored (if externalBLOBs==true)
 

Uses of FileSystem in org.apache.jackrabbit.core.persistence.mem
 

Fields in org.apache.jackrabbit.core.persistence.mem declared as FileSystem
protected  FileSystem InMemPersistenceManager.blobFS
           
protected  FileSystem InMemPersistenceManager.wspFS
          file system where the content of the hash maps are read from/written to (if persistent==true)
 

Uses of FileSystem in org.apache.jackrabbit.core.persistence.util
 

Constructors in org.apache.jackrabbit.core.persistence.util with parameters of type FileSystem
FileSystemBLOBStore(FileSystem fs)
          Creates a new FileSystemBLOBStore instance.
 

Uses of FileSystem in org.apache.jackrabbit.core.query
 

Methods in org.apache.jackrabbit.core.query that return FileSystem
 FileSystem QueryHandlerContext.getFileSystem()
          Returns the FileSystem instance this QueryHandler may use to store its index.
 

Constructors in org.apache.jackrabbit.core.query with parameters of type FileSystem
QueryHandlerContext(FileSystem fs, ItemStateManager stateMgr, NodeId rootId, NodeTypeRegistry ntRegistry, NamespaceRegistryImpl nsRegistry, QueryHandler parentHandler, NodeId excludedNodeId)
          Creates a new context instance.
 

Uses of FileSystem in org.apache.jackrabbit.core.security
 

Methods in org.apache.jackrabbit.core.security that return FileSystem
 FileSystem AMContext.getFileSystem()
          Returns the virtual filesystem
 

Constructors in org.apache.jackrabbit.core.security with parameters of type FileSystem
AMContext(File physicalHomeDir, FileSystem fs, Subject subject, HierarchyManager hierMgr, NamespaceResolver nsResolver, String workspaceName)
          Creates a new AMContext.
 

Uses of FileSystem in org.apache.jackrabbit.core.state
 

Constructors in org.apache.jackrabbit.core.state with parameters of type FileSystem
PMContext(File homeDir, FileSystem fs, NodeId rootNodeId, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, DataStore dataStore)
          Deprecated.  
 

Uses of FileSystem in org.apache.jackrabbit.core.state.util
 

Constructors in org.apache.jackrabbit.core.state.util with parameters of type FileSystem
FileSystemBLOBStore(FileSystem fs)
          Deprecated.  
 

Uses of FileSystem in org.apache.jackrabbit.core.version
 

Constructors in org.apache.jackrabbit.core.version with parameters of type FileSystem
VersionManagerImpl(PersistenceManager pMgr, FileSystem fs, NodeTypeRegistry ntReg, DelegatingObservationDispatcher obsMgr, NodeId rootId, NodeId rootParentId, ItemStateCacheFactory cacheFactory, ISMLocking ismLocking)
          Creates a new version manager
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.