Uses of Interface
org.apache.avalon.composition.model.TypeRepository

Packages that use TypeRepository
org.apache.avalon.composition.model The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. 
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
 

Uses of TypeRepository in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that return TypeRepository
 TypeRepository ClassLoaderModel.getTypeRepository()
          Return the classloader model type repository.
 TypeRepository ClassLoaderContext.getTypeRepository()
          Return the type repository established by the parent classloader.
 

Uses of TypeRepository in org.apache.avalon.composition.model.impl
 

Methods in org.apache.avalon.composition.model.impl that return TypeRepository
 TypeRepository DefaultClassLoaderModel.getTypeRepository()
          Return the type repository managed by this containment context.
 TypeRepository DefaultClassLoaderContext.getTypeRepository()
          Return the type repository established by the parent classloader.
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type TypeRepository
DefaultClassLoaderContext(Logger logger, Repository repository, File base, ClassLoader parent, OptionalPackage[] packages, ExtensionManager manager, TypeRepository types, ServiceRepository services, ClassLoaderDirective directive, URL[] implied)
          Creation of a new classloader context.
 



Copyright © Apache Software Foundation. All Rights Reserved.