Uses of Class
net.dpml.lang.Classpath

Packages that use Classpath
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 Internal and remote component model management interface. 
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 Classpath in net.dpml.component
 

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

Uses of Classpath in net.dpml.lang
 

Methods in net.dpml.lang that return Classpath
 Classpath Classpath.getBaseClasspath()
          Return the base classpath.
 Classpath Part.getClasspath()
          Get the part classpath definition.
protected  Classpath PartDecoder.getClasspath(Element root)
          Construct the classpath defintion.
 

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

Constructors in net.dpml.lang with parameters of type Classpath
Classpath(Classpath base, Classpath extension)
          Creation of a new classpath definition.
Classpath(Classpath base, URI[] systemUris, URI[] publicUris, URI[] protectedUris, URI[] privateUris)
          Creation of a new classpath definition.
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.
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.
Resource(Logger logger, Info info, Classpath classpath, String urn, String path)
          Creation of resource datatype.
 

Uses of Classpath in net.dpml.metro
 

Methods in net.dpml.metro that return Classpath
 Classpath ComponentModel.getClasspath()
          Return the component classpath directive.
 

Uses of Classpath in net.dpml.metro.data
 

Methods in net.dpml.metro.data that return Classpath
 Classpath DefaultComposition.getClasspath()
          Get the part classpath definition.
 

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

Uses of Classpath in net.dpml.metro.runtime
 

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

Uses of Classpath in net.dpml.tools.tasks
 

Methods in net.dpml.tools.tasks that return Classpath
protected  Classpath PartTask.getClasspath(Resource resource)
          Construct the classpath for the supplied resource.