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

Packages that use CategoryDescriptor
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 CategoryDescriptor in org.apache.avalon.meta.info
 

Methods in org.apache.avalon.meta.info that return CategoryDescriptor
 CategoryDescriptor[] Type.getCategories()
          Return the set of Logger that this Component will use.
 

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

Methods in org.apache.avalon.meta.info.builder that return CategoryDescriptor
protected  CategoryDescriptor[] XMLTypeCreator.buildLoggers(Configuration configuration)
          A utility method to build an array of CategoryDescriptor objects from specified configuraiton.
 

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

Methods in org.apache.avalon.meta.info.builder.tags that return CategoryDescriptor
 CategoryDescriptor[] LoggerTag.getCategories()
          Return an array of logger descriptors relative to the 'logger' tags declared under the LogEnabled interface.
 



Copyright © Apache Software Foundation. All Rights Reserved.