|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryImpl | |
|---|---|
| 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 | |
|---|---|
static RepositoryImpl |
RepositoryImpl.create(RepositoryConfig config)
Creates a new RepositoryImpl instance. |
RepositoryImpl |
TransientRepository.RepositoryFactory.getRepository()
Creates and initializes a repository instance. |
RepositoryImpl |
RepositoryContext.getRepository()
Returns the repository instance to which this context is associated. |
| Methods in org.apache.jackrabbit.core with parameters of type RepositoryImpl | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
RepositoryImpl |
SessionContext.getRepository()
Returns this repository. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||