Uses of Class
net.dpml.lang.Info

Packages that use Info
net.dpml.component Interfaces defining the internal 'component' model. 
net.dpml.lang The lang package contains a small number of generic common utilities used throught the DPML codebase. 
net.dpml.metro.data Immutable datatypes used to describe a deployment scenario. 
net.dpml.metro.runtime Metro component model controller implementation. 
net.dpml.tools.tasks Utility tasks used within the Ant based build system. 
 

Uses of Info in net.dpml.component
 

Constructors in net.dpml.component with parameters of type Info
Composition(Logger logger, Info info, Classpath classpath, Controller controller, Directive directive, String label)
          Creation of a new abstract composition instance.
 

Uses of Info in net.dpml.lang
 

Methods in net.dpml.lang that return Info
 Info Part.getInfo()
          Get the part info descriptor.
 

Methods in net.dpml.lang with parameters of type Info
 Part PartDecoder.build(Logger logger, Info information, Classpath classpath, Element strategy, Resolver resolver)
          Resolve a part plugin or resource strategy.
 Part Builder.build(Logger logger, Info info, Classpath classpath, Element strategy, Resolver resolver)
          Construct a new part using a supplied value resolver.
 

Constructors in net.dpml.lang with parameters of type Info
Resource(Logger logger, Info info, Classpath classpath, String urn, String path)
          Creation of resource datatype.
Plugin(Logger logger, Info info, Classpath classpath, String classname)
          Creation of an new plugin datatype.
Plugin(Logger logger, Info info, Classpath classpath, String classname, Value[] params)
          Creation of an new plugin datatype.
Part(Logger logger, Info info, Classpath classpath)
          Creation of a new part datastructure.
Part(Logger logger, Info info, Classpath classpath, String label)
          Creation of a new part datastructure.
 

Uses of Info in net.dpml.metro.data
 

Constructors in net.dpml.metro.data with parameters of type Info
DefaultComposition(Logger logger, Info info, Classpath classpath, Controller controller, ComponentDirective directive)
          Creation of a new composition diefinition.
 

Uses of Info in net.dpml.metro.runtime
 

Methods in net.dpml.metro.runtime with parameters of type Info
 Part CompositionController.build(Logger logger, Info info, Classpath classpath, Element strategy, Resolver resolver)
          Construct the deployment information from a part definition.
 

Uses of Info in net.dpml.tools.tasks
 

Methods in net.dpml.tools.tasks that return Info
protected  Info PartTask.getInfo(Resource resource)
          Construct the info object based on properties declared by the supplied resource.