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

Packages that use Dependent
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 Dependent in org.apache.avalon.composition.model
 

Subinterfaces of Dependent in org.apache.avalon.composition.model
 interface ContextModel
          Specification of a context model from which a a fully qualifed context can be established.
 interface DependencyModel
          Dependency model handles the establishment of an explicit source provider defintion or service provider selection rules.
 interface StageModel
          Stage model handles the establishment of an explicit source extension defintion or stage provider selection based on extension qualification.
 

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

Classes in org.apache.avalon.composition.model.impl that implement Dependent
 class DefaultContextModel
          Specification of a context model from which a a fully qualifed context can be established.
 class DefaultDependencyModel
          Default implementation of the deplendency model.
 class DefaultDependent
          Default dependent model.
 class DefaultStageModel
          Default implementation of the stage model.
 



Copyright © The Apache Software Foundation. All Rights Reserved.