Uses of Interface
org.apache.jackrabbit.core.fs.FileSystem
-
-
Uses of FileSystem in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return FileSystem Modifier and Type Method Description FileSystemRepositoryContext. getFileSystem()Returns the repository file system.protected FileSystemRepositoryImpl.WorkspaceInfo. getFileSystem()Returns the workspace file system.Constructors in org.apache.jackrabbit.core with parameters of type FileSystem Constructor Description NamespaceRegistryImpl(FileSystem fs)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 Modifier and Type Method Description FileSystemRepositoryConfig. getFileSystem()Creates and returns the configured repository file system.FileSystemSearchConfig. getFileSystem()Creates and returns the configured search file system, or returnsnullif a search file system has not been configured.FileSystemVersioningConfig. getFileSystem()Creates and returns the configured versioning file system.FileSystemWorkspaceConfig. getFileSystem()Creates and returns the configured workspace file system. -
Uses of FileSystem in org.apache.jackrabbit.core.fs
Classes in org.apache.jackrabbit.core.fs that implement FileSystem Modifier and Type Class Description classBasedFileSystemABasedFileSystemrepresents a 'file system in a file system'.Fields in org.apache.jackrabbit.core.fs declared as FileSystem Modifier and Type Field Description protected FileSystemFileSystemResource. fsprotected FileSystemBasedFileSystem. fsBaseMethods in org.apache.jackrabbit.core.fs that return FileSystem Modifier and Type Method Description FileSystemFileSystemFactory. getFileSystem()Creates, initializes, and returns aFileSysteminstance for use by the repository.FileSystemFileSystemResource. getFileSystem()Returns theFileSystemwhere this resource is located.Constructors in org.apache.jackrabbit.core.fs with parameters of type FileSystem Constructor Description BasedFileSystem(FileSystem fsBase, String relRootPath)Creates a newBasedFileSystemFileSystemResource(FileSystem fs, String path)Creates a newFileSystemResource -
Uses of FileSystem in org.apache.jackrabbit.core.fs.db
Classes in org.apache.jackrabbit.core.fs.db that implement FileSystem Modifier and Type Class Description classDatabaseFileSystemBase class for database file systems.classDB2FileSystemDB2FileSystemis a JDBC-basedFileSystemimplementation for Jackrabbit that persists file system entries in a DB2 database.classDbFileSystemDbFileSystemis a generic JDBC-basedFileSystemimplementation for Jackrabbit that persists file system entries in a database table.classDerbyFileSystemDerbyFileSystemis a JDBC-basedFileSystemimplementation for Jackrabbit that persists file system entries in an embedded Derby database.classJNDIDatabaseFileSystemDeprecated.This class should not be used because it is not database vendor specific.classMSSqlFileSystemMSSqlFileSystemis a JDBC-basedFileSystemimplementation for Jackrabbit that persists file system entries in an MS SQL database.classOracle9FileSystemThis class adds special blob handling which is needed for Oracle DBs up to version 10R1.classOracleFileSystemOracleFileSystemis a JDBC-basedFileSystemimplementation 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 Modifier and Type Class Description classLocalFileSystemALocalFileSystem... -
Uses of FileSystem in org.apache.jackrabbit.core.fs.mem
Classes in org.apache.jackrabbit.core.fs.mem that implement FileSystem Modifier and Type Class Description classMemoryFileSystemAn in-memory file system implementation. -
Uses of FileSystem in org.apache.jackrabbit.core.lock
Constructors in org.apache.jackrabbit.core.lock with parameters of type FileSystem Constructor Description LockManagerImpl(SessionImpl session, FileSystem fs, ScheduledExecutorService executor)Create a new instance of this class. -
Uses of FileSystem in org.apache.jackrabbit.core.nodetype
Constructors in org.apache.jackrabbit.core.nodetype with parameters of type FileSystem Constructor Description NodeTypeRegistry(NamespaceRegistry nsReg, FileSystem fs)Constructor -
Uses of FileSystem in org.apache.jackrabbit.core.persistence
Methods in org.apache.jackrabbit.core.persistence that return FileSystem Modifier and Type Method Description FileSystemPMContext. getFileSystem()Returns the virtual filesystem for this persistence managerConstructors in org.apache.jackrabbit.core.persistence with parameters of type FileSystem Constructor Description PMContext(File homeDir, FileSystem fs, NodeId rootNodeId, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, DataStore dataStore, RepositoryStatisticsImpl stats)Creates a newPMContext. -
Uses of FileSystem in org.apache.jackrabbit.core.persistence.db
Fields in org.apache.jackrabbit.core.persistence.db declared as FileSystem Modifier and Type Field Description protected FileSystemDatabasePersistenceManager. blobFSDeprecated.file system where BLOB data is stored (ifexternalBLOBs==true) -
Uses of FileSystem in org.apache.jackrabbit.core.persistence.mem
Fields in org.apache.jackrabbit.core.persistence.mem declared as FileSystem Modifier and Type Field Description protected FileSystemInMemBundlePersistenceManager. blobFSFile system where BLOB data is stored.protected FileSystemInMemPersistenceManager. blobFSDeprecated.protected FileSystemInMemBundlePersistenceManager. wspFSFile system where the content of the hash maps are read from/written to (ifpersistent==true)protected FileSystemInMemPersistenceManager. wspFSDeprecated.file system where the content of the hash maps are read from/written to (ifpersistent==true) -
Uses of FileSystem in org.apache.jackrabbit.core.persistence.pool
Constructors in org.apache.jackrabbit.core.persistence.pool with parameters of type FileSystem Constructor Description FSBlobStore(FileSystem fs) -
Uses of FileSystem in org.apache.jackrabbit.core.persistence.util
Constructors in org.apache.jackrabbit.core.persistence.util with parameters of type FileSystem Constructor Description FileSystemBLOBStore(FileSystem fs)Creates a newFileSystemBLOBStoreinstance. -
Uses of FileSystem in org.apache.jackrabbit.core.query
Fields in org.apache.jackrabbit.core.query declared as FileSystem Modifier and Type Field Description protected FileSystemAbstractQueryHandler. fsSearch index file system, ornullMethods in org.apache.jackrabbit.core.query with parameters of type FileSystem Modifier and Type Method Description voidAbstractQueryHandler. init(FileSystem fs, QueryHandlerContext context)Initializes this query handler by setting all properties in this class with appropriate parameter values.voidQueryHandler. init(FileSystem fs, QueryHandlerContext context)Initializes this query handler. -
Uses of FileSystem in org.apache.jackrabbit.core.retention
Constructors in org.apache.jackrabbit.core.retention with parameters of type FileSystem Constructor Description RetentionRegistryImpl(SessionImpl session, FileSystem fs) -
Uses of FileSystem in org.apache.jackrabbit.core.security
Methods in org.apache.jackrabbit.core.security that return FileSystem Modifier and Type Method Description FileSystemAMContext. getFileSystem()Returns the virtual filesystemConstructors in org.apache.jackrabbit.core.security with parameters of type FileSystem Constructor Description AMContext(File physicalHomeDir, FileSystem fs, Session session, Subject subject, HierarchyManager hierMgr, PrivilegeManager privilegeMgr, NamePathResolver resolver, String workspaceName)Creates a newAMContext. -
Uses of FileSystem in org.apache.jackrabbit.core.security.authorization
Constructors in org.apache.jackrabbit.core.security.authorization with parameters of type FileSystem Constructor Description PrivilegeRegistry(NamespaceRegistry namespaceRegistry, FileSystem fs)Create a newPrivilegeRegistryinstance. -
Uses of FileSystem in org.apache.jackrabbit.core.version
Constructors in org.apache.jackrabbit.core.version with parameters of type FileSystem Constructor Description InternalVersionManagerImpl(PersistenceManager pMgr, FileSystem fs, NodeTypeRegistry ntReg, DelegatingObservationDispatcher obsMgr, NodeId systemId, NodeId historiesId, NodeId activitiesId, ItemStateCacheFactory cacheFactory, ISMLocking ismLocking, NodeIdFactory nodeIdFactory)Creates a new internal version manager -
Uses of FileSystem in org.apache.jackrabbit.vfs.ext.fs
Classes in org.apache.jackrabbit.vfs.ext.fs that implement FileSystem Modifier and Type Class Description classVFSFileSystemVFS (Commons-VFS) basedFileSystemimplementation.
-