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 WorkspaceConfig.getFileSystemConfig()
          Returns the file system configuration.
 FileSystemConfig SearchConfig.getFileSystemConfig()
          Returns the configuration for the FileSystem or null if none is configured in this SearchConfig.
 

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



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