net.ggtools.grand.ant
Class TargetTasksExplorer

java.lang.Object
  extended by net.ggtools.grand.ant.TargetTasksExplorer

 class TargetTasksExplorer
extends java.lang.Object

A class to recursively explore the tasks of a target to rebuild the source code.

Author:
Christophe Labouisse

Constructor Summary
TargetTasksExplorer(AntProject antProject)
          Creates a new TargetTasksExplorer instance for a specific project.
 
Method Summary
 void exploreTarget(AntTargetNode node, org.apache.tools.ant.Target target)
          Rebuild a node source by exploring
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetTasksExplorer

TargetTasksExplorer(AntProject antProject)
Creates a new TargetTasksExplorer instance for a specific project.

Parameters:
antProject - associated project.
Method Detail

exploreTarget

public void exploreTarget(AntTargetNode node,
                          org.apache.tools.ant.Target target)
Rebuild a node source by exploring

Parameters:
target -


Copyright © 2004-2005 ggTools. All Rights Reserved.