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

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

Methods in org.apache.avalon.composition.model that return DependencyModel
 DependencyModel[] ComponentModel.getDependencyModels()
          Return the dependency models for this deployment model.
 DependencyModel ComponentModel.getDependencyModel(DependencyDescriptor dependency)
          Return a dependency model for a supplied descriptor or null if no match found.
 

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

Classes in org.apache.avalon.composition.model.impl that implement DependencyModel
 class DefaultDependencyModel
          Default implementation of the deplendency model.
 

Methods in org.apache.avalon.composition.model.impl that return DependencyModel
 DependencyModel[] DefaultComponentModel.getDependencyModels()
          Return the dependency models for this component type.
 DependencyModel DefaultComponentModel.getDependencyModel(DependencyDescriptor dependency)
          Return a dependency model matching the supplied descriptor.
 



Copyright © The Apache Software Foundation. All Rights Reserved.