Uses of Interface
org.objectweb.kilim.repository.Repository

Packages that use Repository
org.objectweb.kilim   
org.objectweb.kilim.repository   
 

Uses of Repository in org.objectweb.kilim
 

Fields in org.objectweb.kilim declared as Repository
private static Repository KilimConfiguration.repository
           
 

Methods in org.objectweb.kilim that return Repository
static Repository KilimConfiguration.getRepository()
          Method getRepository.
 

Methods in org.objectweb.kilim with parameters of type Repository
static void KilimConfiguration.setRepository(Repository repository)
          Sets the repository.
 

Uses of Repository in org.objectweb.kilim.repository
 

Classes in org.objectweb.kilim.repository that implement Repository
 class ResourceRepository
          Implementation of Repository using a ResourceLoader and a kilim xml format Parser.
 class ResourceRepository1
          Implementation of Repository using a ResourceLoader and a kilim xml format Parser.
 

Fields in org.objectweb.kilim.repository declared as Repository
private  Repository ResourceMapping.repository
           
 

Constructors in org.objectweb.kilim.repository with parameters of type Repository
ResourceMapping(Repository aRepository)
          Constructor for ResourceMappingImpl.