Uses of Class
org.apache.jackrabbit.core.config.RepositoryConfig
-
Packages that use RepositoryConfig Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.config -
-
Uses of RepositoryConfig in org.apache.jackrabbit.core
Fields in org.apache.jackrabbit.core declared as RepositoryConfig Modifier and Type Field Description protected RepositoryConfigRepositoryImpl. repConfigMethods in org.apache.jackrabbit.core that return RepositoryConfig Modifier and Type Method Description RepositoryConfigRepositoryImpl. getConfig()Returns the configuration of this repository.RepositoryConfigRepositoryContext. getRepositoryConfig()Methods in org.apache.jackrabbit.core with parameters of type RepositoryConfig Modifier and Type Method Description static voidRepositoryCopier. copy(RepositoryConfig source, File target)Copies the contents of the repository with the given configuration to a repository in the given target directory.static voidRepositoryCopier. copy(RepositoryConfig source, RepositoryConfig target)Copies the contents of the source repository with the given configuration to a target repository with the given configuration.static voidRepositoryCopier. copy(RepositoryImpl source, RepositoryConfig target)Copies the contents of the given source repository to a target repository with the given configuration.static RepositoryContextRepositoryContext. create(RepositoryConfig config)Starts a repository with the given configuration and returns the internal component context of the started repository.static RepositoryImplRepositoryImpl. create(RepositoryConfig config)Creates a newRepositoryImplinstance.Constructors in org.apache.jackrabbit.core with parameters of type RepositoryConfig Constructor Description RepositoryImpl(RepositoryConfig repConfig)Protected constructor.TransientRepository(RepositoryConfig config)Creates a transient repository proxy that will use a copy of 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 Modifier and Type Method Description static RepositoryConfigRepositoryConfig. create(File dir)Returns the configuration of a repository in a given repository directory.static RepositoryConfigRepositoryConfig. create(File xml, File dir)Returns the configuration of a repository with the given configuration file and repository home directory.static RepositoryConfigRepositoryConfig. create(InputStream input, String home)Convenience method that wraps the configuration input stream into anInputSourceand invokes thecreate(InputSource, String)method.static RepositoryConfigRepositoryConfig. create(String file, String home)Convenience method that wraps the configuration file name into anInputSourceand invokes thecreate(InputSource, String)method.static RepositoryConfigRepositoryConfig. create(URI uri, String home)Convenience method that wraps the configuration URI into anInputSourceand invokes thecreate(InputSource, String)method.static RepositoryConfigRepositoryConfig. create(RepositoryConfig config)Creates a repository configuration object based on an existing configuration.static RepositoryConfigRepositoryConfig. create(InputSource xml, String home)Convenience method that invokes thecreate(InputSource, Properties)method with the given repository home home directory path set as the ${rep.home} parser variable.static RepositoryConfigRepositoryConfig. create(InputSource xml, Properties variables)Parses the given repository configuration document using the given parser variables.static RepositoryConfigRepositoryConfig. install(File dir)Returns the configuration of a repository in a given repository directory.static RepositoryConfigRepositoryConfig. install(File xml, File dir)Returns the configuration of a repository with the given configuration file and repository home directory.static RepositoryConfigRepositoryConfig. install(Properties variables)Returns the configuration of a repository with the home directory, configuration file, and other options as specified in the given configuration parser variables.RepositoryConfigRepositoryConfigurationParser. parseRepositoryConfig(InputSource xml)Parses repository configuration.Methods in org.apache.jackrabbit.core.config with parameters of type RepositoryConfig Modifier and Type Method Description static RepositoryConfigRepositoryConfig. create(RepositoryConfig config)Creates a repository configuration object based on an existing configuration.
-