Uses of Class
org.apache.avalon.meta.info.DependencyDescriptor

Packages that use DependencyDescriptor
org.apache.avalon.meta.info Type is an assembly of descriptors of the constraints a component type declares towards a container and includes declaration of service dependencies, Logger establishment criteria, Configuration, Parameters and Context establishment criteria, in addition to human-readable information about the component type.  
org.apache.avalon.meta.info.builder Resources supporting the creation of a Type instance from a serialized form.  
org.apache.avalon.meta.info.builder.tags Utility classes supporting encapsulation of the representation of a the different tags supported in the merlin meta info model. 
 

Uses of DependencyDescriptor in org.apache.avalon.meta.info
 

Methods in org.apache.avalon.meta.info that return DependencyDescriptor
 DependencyDescriptor[] Type.getDependencies()
          Return the set of Dependencies that this component requires to operate.
 DependencyDescriptor Type.getDependency(String key)
          Retrieve a dependency with a particular role.
 

Constructors in org.apache.avalon.meta.info with parameters of type DependencyDescriptor
Type(InfoDescriptor descriptor, CategoryDescriptor[] loggers, ContextDescriptor context, ServiceDescriptor[] services, DependencyDescriptor[] dependencies, StageDescriptor[] stages, ExtensionDescriptor[] extensions)
          Creation of a new Type instance using a supplied component descriptor, logging, cotext, services, depedencies, stages and extension descriptors.
Type(InfoDescriptor descriptor, CategoryDescriptor[] loggers, ContextDescriptor context, ServiceDescriptor[] services, DependencyDescriptor[] dependencies, StageDescriptor[] stages, ExtensionDescriptor[] extensions, Configuration defaults)
          Creation of a new Type instance using a supplied component descriptor, logging, cotext, services, depedencies, stages and extension descriptors.
 

Uses of DependencyDescriptor in org.apache.avalon.meta.info.builder
 

Methods in org.apache.avalon.meta.info.builder that return DependencyDescriptor
 DependencyDescriptor[] XMLTypeCreator.buildDependencies(Configuration configuration)
          A utility method to build an array of DependencyDescriptor objects from specified configuration.
protected  DependencyDescriptor XMLTypeCreator.buildDependency(Configuration dependency)
          A utility method to build a DependencyDescriptor object from specified configuraiton.
protected  DependencyDescriptor[] XMLLegacyCreator.buildBlockDependencies(Configuration depSet)
          A utility method to build an array of ServiceDescriptor objects from specified configuration.
protected  DependencyDescriptor XMLLegacyCreator.buildBlockDependency(Configuration dependency)
          A utility method to build a DependencyDescriptor object from specified configuraiton.
 

Uses of DependencyDescriptor in org.apache.avalon.meta.info.builder.tags
 

Methods in org.apache.avalon.meta.info.builder.tags that return DependencyDescriptor
 DependencyDescriptor[] DependencyTag.getDependencies()
          Return the array of dependency descriptors based on the set of 'dependency' tags associated with the components compose or service method.
 



Copyright © Apache Software Foundation. All Rights Reserved.