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

Packages that use InfoDescriptor
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.  
 

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

Methods in org.apache.avalon.meta.info that return InfoDescriptor
 InfoDescriptor Type.getInfo()
          Return the Component descriptor.
 

Constructors in org.apache.avalon.meta.info with parameters of type InfoDescriptor
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 InfoDescriptor in org.apache.avalon.meta.info.builder
 

Methods in org.apache.avalon.meta.info.builder that return InfoDescriptor
 InfoDescriptor XMLTypeCreator.buildInfoDescriptor(String classname, Configuration info)
          A utility method to build a InfoDescriptor object from specified configuraiton data and classname.
 InfoDescriptor XMLLegacyCreator.buildInfoDescriptor(String classname, Configuration info)
          A utility method to build a InfoDescriptor object from specified configuration data and classname.
 



Copyright © Apache Software Foundation. All Rights Reserved.