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

Packages that use DependencyModel
org.apache.avalon.activation.appliance The appliance package contains interfaces, utilities and default implementations defining and enabling use of the central Appliance interface.  
org.apache.avalon.activation.appliance.impl The appliance.impl package contains the default implementations defining and enabling use of the central Appliance interface.  
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.activation.appliance
 

Methods in org.apache.avalon.activation.appliance with parameters of type DependencyModel
 Appliance Engine.locate(DependencyModel dependency)
          Return an appliance relative to a supplied dependency model.
 

Uses of DependencyModel in org.apache.avalon.activation.appliance.impl
 

Methods in org.apache.avalon.activation.appliance.impl with parameters of type DependencyModel
 Appliance AbstractBlock.locate(DependencyModel dependency)
          Return an appliance relative to a supplied dependency model.
 

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

Methods in org.apache.avalon.composition.model that return DependencyModel
 DependencyModel[] DeploymentModel.getDependencyModels()
          Return the dependency models for this deployment model.
 

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[] DefaultDeploymentModel.getDependencyModels()
          Return the dependency models for this component type.
 



Copyright © Apache Software Foundation. All Rights Reserved.