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

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

Uses of ContextDescriptor in net.dpml.metro.info
 

Methods in net.dpml.metro.info that return ContextDescriptor
 ContextDescriptor Type.getContextDescriptor()
          Return the ContextDescriptor for component.
 

Constructors in net.dpml.metro.info with parameters of type ContextDescriptor
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.