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

Packages that use ModelRepository
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
org.apache.avalon.composition.provider The runtime package contains interfaces used by a runtime layer.  
 

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

Classes in org.apache.avalon.composition.model.impl that implement ModelRepository
 class DefaultModelRepository
          The model repository interface declares operations through which clients may resolve registered model instances relative to a stage or service dependencies.
 

Methods in org.apache.avalon.composition.model.impl that return ModelRepository
 ModelRepository DefaultContainmentContext.getModelRepository()
          Return the model repository.
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type ModelRepository
DefaultModelRepository(ModelRepository parent, Logger logger)
           
DefaultContainmentContext(Logger logger, SystemContext system, ClassLoaderModel model, ModelRepository repository, DependencyGraph graph, ContainmentProfile profile)
          Creation of a new root containment context.
DefaultContainmentContext(Logger logger, SystemContext system, ClassLoaderModel model, ModelRepository repository, DependencyGraph graph, File home, File temp, ContainmentModel parent, ContainmentProfile profile, String partition, String name)
          Creation of a new containment context.
 

Uses of ModelRepository in org.apache.avalon.composition.provider
 

Methods in org.apache.avalon.composition.provider that return ModelRepository
 ModelRepository ContainmentContext.getModelRepository()
          Return the model repository.
 



Copyright © The Apache Software Foundation. All Rights Reserved.