Uses of Class
org.apache.jackrabbit.core.config.FileSystemConfig

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

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

Methods in org.apache.jackrabbit.core.config that return FileSystemConfig
 FileSystemConfig SearchConfig.getFileSystemConfig()
          Returns the configuration for the FileSystem or null if none is configured in this SearchConfig.
 FileSystemConfig VersioningConfig.getFileSystemConfig()
          Returns the configuration for the FileSystem.
 FileSystemConfig RepositoryConfig.getFileSystemConfig()
          Returns the repository file system configuration.
 FileSystemConfig WorkspaceConfig.getFileSystemConfig()
          Returns the file system configuration.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type FileSystemConfig
RepositoryConfig(String home, SecurityConfig sec, FileSystemConfig fsc, String workspaceDirectory, String workspaceConfigDirectory, String defaultWorkspace, int workspaceMaxIdleTime, Element template, VersioningConfig vc, SearchConfig sc, ClusterConfig cc, RepositoryConfigurationParser parser)
          Creates a repository configuration object.
SearchConfig(String className, Properties properties, FileSystemConfig fsc)
          Creates a search index configuration object.
VersioningConfig(String home, FileSystemConfig fsc, PersistenceManagerConfig pmc)
          Creates a versioning configuration object.
WorkspaceConfig(String home, String name, boolean clustered, FileSystemConfig fsc, PersistenceManagerConfig pmc, SearchConfig sc)
          Creates a workspace configuration object.
 



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