Uses of Class
net.dpml.metro.info.CategoryDescriptor

Packages that use CategoryDescriptor
net.dpml.metro.info Immutable datatypes that describe a component type. 
 

Uses of CategoryDescriptor in net.dpml.metro.info
 

Methods in net.dpml.metro.info that return CategoryDescriptor
 CategoryDescriptor[] Type.getCategoryDescriptors()
          Return the set of Logger that this Component will use.
 

Constructors in net.dpml.metro.info with parameters of type CategoryDescriptor
Type(InfoDescriptor info, CategoryDescriptor[] loggers, ContextDescriptor context, ServiceDescriptor[] services, State graph)
          Creation of a new Type instance using a supplied component descriptor, logging, context, services, and part references.