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

Packages that use RepositoryConfig
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.config   
org.apache.jackrabbit.core.jndi   
 

Uses of RepositoryConfig in org.apache.jackrabbit.core
 

Fields in org.apache.jackrabbit.core declared as RepositoryConfig
protected  RepositoryConfig RepositoryImpl.repConfig
           
 

Methods in org.apache.jackrabbit.core that return RepositoryConfig
 RepositoryConfig RepositoryImpl.getConfig()
          Returns the configuration of this repository.
 

Methods in org.apache.jackrabbit.core with parameters of type RepositoryConfig
static RepositoryImpl RepositoryImpl.create(RepositoryConfig config)
          Creates a new RepositoryImpl instance.
 

Constructors in org.apache.jackrabbit.core with parameters of type RepositoryConfig
RepositoryImpl(RepositoryConfig repConfig)
          private constructor
TransientRepository(RepositoryConfig config)
          Creates a transient repository proxy that will use the given repository configuration to initialize the underlying repository instance.
 

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

Methods in org.apache.jackrabbit.core.config that return RepositoryConfig
static RepositoryConfig RepositoryConfig.create(InputSource xml, String home)
          Parses the given repository configuration document and returns the parsed and initialized repository configuration.
static RepositoryConfig RepositoryConfig.create(InputStream input, String home)
          Convenience method that wraps the configuration input stream into an InputSource and invokes the create(InputSource, String) method.
static RepositoryConfig RepositoryConfig.create(String file, String home)
          Convenience method that wraps the configuration file name into an InputSource and invokes the create(InputSource, String) method.
static RepositoryConfig RepositoryConfig.create(URI uri, String home)
          Convenience method that wraps the configuration URI into an InputSource and invokes the create(InputSource, String) method.
 RepositoryConfig RepositoryConfigurationParser.parseRepositoryConfig(InputSource xml)
          Parses repository configuration.
 

Uses of RepositoryConfig in org.apache.jackrabbit.core.jndi
 

Methods in org.apache.jackrabbit.core.jndi that return RepositoryConfig
protected  RepositoryConfig BindableRepository.createRepositoryConfig(String configFilePath, String repHomeDir)
          Creates a repository configuration from a path to the repository.xml file and the repository home directory.
 

Methods in org.apache.jackrabbit.core.jndi with parameters of type RepositoryConfig
protected  Repository BindableRepository.createRepository(RepositoryConfig config)
          Creates a plain repository instance from a repository config.
 



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