Uses of Class
org.apache.jackrabbit.core.RepositoryImpl

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.
 



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