Uses of Class
org.apache.jackrabbit.core.RepositoryImpl
-
Packages that use RepositoryImpl Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.session -
-
Uses of RepositoryImpl in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return RepositoryImpl Modifier and Type Method Description static RepositoryImpl
RepositoryImpl. create(RepositoryConfig config)
Creates a newRepositoryImpl
instance.RepositoryImpl
RepositoryContext. getRepository()
Returns the repository instance to which this context is associated.RepositoryImpl
TransientRepository.RepositoryFactory. getRepository()
Creates and initializes a repository instance.Methods in org.apache.jackrabbit.core with parameters of type RepositoryImpl Modifier and Type Method Description static void
RepositoryCopier. copy(RepositoryImpl source, File target)
Copies the contents of the given source repository to a repository in the given target directory.static void
RepositoryCopier. copy(RepositoryImpl source, RepositoryConfig target)
Copies the contents of the given source repository to a target repository with the given configuration.Constructors in org.apache.jackrabbit.core with parameters of type RepositoryImpl Constructor Description RepositoryCopier(RepositoryImpl source, RepositoryImpl target)
Creates a tool for copying the full contents of the source repository to the given target repository. -
Uses of RepositoryImpl in org.apache.jackrabbit.core.session
Methods in org.apache.jackrabbit.core.session that return RepositoryImpl Modifier and Type Method Description RepositoryImpl
SessionContext. getRepository()
Returns this repository.
-