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

Packages that use FileSystem
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
org.apache.jackrabbit.core.fs   
org.apache.jackrabbit.core.fs.db This package contains the class DbFileSystem, a simple generic JDBC-based FileSystem implementation for Jackrabbit. 
org.apache.jackrabbit.core.fs.local   
org.apache.jackrabbit.core.lock   
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.query   
org.apache.jackrabbit.core.security   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.state.db This package contains the class SimpleDbPersistenceManager, a simple generic JDBC-based PersistenceManager for Jackrabbit. 
org.apache.jackrabbit.core.state.mem   
org.apache.jackrabbit.core.state.util   
 

Uses of FileSystem in org.apache.jackrabbit.core
 

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

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 VersioningConfig.getFileSystem()
          Returns the versioning file system implementation.
 FileSystem FileSystemConfig.getFileSystem()
          Returns the configured file system.
 FileSystem RepositoryConfig.getFileSystem()
          Returns the repository file system implementation.
 FileSystem SearchConfig.getFileSystem()
          Returns the search index file system, or null if none is configured.
 

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
FileSystemResource(FileSystem fs, String path)
          Creates a new FileSystemResource
BasedFileSystem(FileSystem fsBase, String relRootPath)
          Creates a new BasedFileSystem
 

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

Classes in org.apache.jackrabbit.core.fs.db that implement FileSystem
 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.
 

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.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.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, 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 homeDir, FileSystem fs, Subject subject, HierarchyManager hierMgr, String workspaceName)
          Creates a new AMContext.
 

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

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

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

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

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

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

Fields in org.apache.jackrabbit.core.state.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.state.util
 

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



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