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

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

Uses of InfoDescriptor in net.dpml.metro.info
 

Methods in net.dpml.metro.info that return InfoDescriptor
 InfoDescriptor Type.getInfo()
          Return the info descriptor.
 

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