Uses of Interface
net.dpml.tools.Context

Packages that use Context
net.dpml.tools.impl Ant plugin and context support. 
net.dpml.tools.tasks Utility tasks used within the Ant based build system. 
 

Uses of Context in net.dpml.tools.impl
 

Classes in net.dpml.tools.impl that implement Context
 class DefaultContext
          Default implementation of a project context.
 

Constructors in net.dpml.tools.impl with parameters of type Context
StandardBuildListener(Context context)
          Creation of a new standard build listener.
 

Uses of Context in net.dpml.tools.tasks
 

Methods in net.dpml.tools.tasks that return Context
 Context GenericTask.getContext()
          Get the project context.
protected  Context JavacTask.getContext()
          Get the project definition.
protected  Context PartTask.getContext(Project project)
          Get the project definition.
 

Constructors in net.dpml.tools.tasks with parameters of type Context
JavacTask(Context context)
          Creation of a new JavacTask.
RMICTask(Context context)
          Creation of a new RMICTask.