Uses of Interface
org.apache.jackrabbit.core.data.DataStoreFactory

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

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

Classes in org.apache.jackrabbit.core.config that implement DataStoreFactory
 class RepositoryConfig
          Repository configuration.
 

Methods in org.apache.jackrabbit.core.config that return DataStoreFactory
protected  DataStoreFactory RepositoryConfigurationParser.getDataStoreFactory(Element parent, String directory)
          Parses data store configuration.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type DataStoreFactory
RepositoryConfig(String home, SecurityConfig sec, FileSystemFactory fsf, String workspaceDirectory, String workspaceConfigDirectory, String defaultWorkspace, int workspaceMaxIdleTime, Element template, VersioningConfig vc, SearchConfig sc, ClusterConfig cc, DataStoreFactory dsf, RepositoryLockMechanismFactory rlf, RepositoryConfigurationParser parser)
          Creates a repository configuration object.
 



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