Uses of Class
net.dpml.tools.tasks.GenericTask

Packages that use GenericTask
net.dpml.metro.tools A set of ant tasks supporting the creation of component type and deployment information. 
net.dpml.tools.tasks Utility tasks used within the Ant based build system. 
 

Uses of GenericTask in net.dpml.metro.tools
 

Subclasses of GenericTask in net.dpml.metro.tools
 class ComponentBuilderTask
          Task that handles the construction of a serialized container part.
 class PartsDataType
          A datatype that enables custom part builders.
 class StateTask
          Task that handles the creation of an encoded state graph.
 class TypeBuilderTask
          The TypeTask creates a serialized descriptor of a component type.
 class TypesTask
          Task that handles the construction of catalog of type entries.
 

Uses of GenericTask in net.dpml.tools.tasks
 

Subclasses of GenericTask in net.dpml.tools.tasks
 class BuildTask
          Cleanup of generated target directory.
 class CleanTask
          Cleanup of generated target directory.
 class DocTask
          Site generation.
 class FeatureTask
          Locate a named feature of the a project or resource.
 class FilterTask
          Construct a pattern filter using a supplied feature and token.
 class InitializationTask
          General initialization during which context establishment is undertaken (if not already present).
 class InstallTask
          Execute the install phase.
 class JarTask
          Execute all plugins relative to the current build phase.
 class JavadocTask
          Build the javadoc for a project.
 class JUnitTestTask
          JUnit test execution.
 class ModuleTask
          Write a module to XML in a form suitable for publication.
 class PackageTask
          Cleanup of generated target directory.
 class PartTask
          Creation of an part definition in XML.
 class PrepareTask
          Prepare the target build directory based on content presented under the ${basedir}/src and ${basedir}/etc directories.
 class PropertyTask
          Build a set of projects taking into account dependencies within the supplied fileset.
 class ReplicateTask
          Consolidates a set of resources based on project dependencies.
 class ResourceTask
          Locate a named feature of the a project or resource.
 class RMICTask
          Compile sources located in ${project.target}/main to java class file under the ${project.target}/classes directory.
 class TestTask
          Cleanup of generated target directory.