| Package | Description | 
|---|---|
| org.apache.jackrabbit.core | 
 Contains the core classes that provide the implementation of the JCR API. 
 | 
| org.apache.jackrabbit.core.session | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Constructor and Description | 
|---|
RepositoryCopier(RepositoryImpl source,
                RepositoryImpl target)
Creates a tool for copying the full contents of the source repository
 to the given target repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RepositoryImpl | 
SessionContext.getRepository()
Returns this repository. 
 | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.