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.local   
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.mem   
 

Uses of FileSystem in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core with parameters of type FileSystem
protected  String RepositoryImpl.loadRootNodeUUID(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 RepositoryConfig.getFileSystem()
          Returns the repository file system implementation.
 FileSystem WorkspaceConfig.getFileSystem()
          Returns the workspace file system implementation.
 FileSystem FileSystemConfig.getFileSystem()
          Returns the configured file system.
 FileSystem VersioningConfig.getFileSystem()
          Returns the versioning 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.local
 

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

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, String rootUUID, NodeTypeRegistry ntRegistry)
          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, String rootNodeUUID, NamespaceRegistry nsReg, NodeTypeRegistry ntReg)
          Creates a new PMContext.
 

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)
 



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