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

Packages that use FileSystemFactory
org.apache.jackrabbit.core.config Jackrabbit configuration handling. 
 

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

Classes in org.apache.jackrabbit.core.config that implement FileSystemFactory
 class RepositoryConfig
          Repository configuration.
 class SearchConfig
          Search index configuration.
 class VersioningConfig
          Versioning configuration.
 class WorkspaceConfig
          Workspace configuration.
 

Methods in org.apache.jackrabbit.core.config that return FileSystemFactory
protected  FileSystemFactory RepositoryConfigurationParser.getFileSystemFactory(Element parent, String name)
          Creates and returns a factory object that creates FileSystem instances based on the bean configuration at the named element.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type FileSystemFactory
RepositoryConfig(String home, SecurityConfig sec, FileSystemFactory fsf, String workspaceDirectory, String workspaceConfigDirectory, String defaultWorkspace, int workspaceMaxIdleTime, Element template, VersioningConfig vc, QueryHandlerFactory qhf, ClusterConfig cc, DataStoreFactory dsf, RepositoryLockMechanismFactory rlf, DataSourceConfig dsc, ConnectionFactory cf, RepositoryConfigurationParser parser)
          Creates a repository configuration object.
SearchConfig(String className, Properties properties, FileSystemFactory fsf)
          Creates a search index configuration object.
VersioningConfig(String home, FileSystemFactory fsf, PersistenceManagerConfig pmc, ISMLockingFactory ismLockingFactory)
          Creates a versioning configuration object.
WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, QueryHandlerFactory qhf, ISMLockingFactory ismLockingFactory, WorkspaceSecurityConfig workspaceSecurityConfig)
          Creates a workspace configuration object.
WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, QueryHandlerFactory qhf, ISMLockingFactory ismLockingFactory, WorkspaceSecurityConfig workspaceSecurityConfig, ImportConfig importConfig)
          Creates a workspace configuration object.
 



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