|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.armax.ax.devtools.generator.AXgen.AXgenSubTask
Internal class for subtasks
Constructor Summary | |
AXgen.AXgenSubTask(AXgen parent)
Constructor makes parent class known and accessible by nested elements |
Method Summary | |
abstract void |
execute(AXmodel model)
Implementation of the subtask. |
AXgen |
getParent()
Get the enclosing AXgen task |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AXgen.AXgenSubTask(AXgen parent)
Constructor makes parent class known and accessible by nested elements
parent
- the enclosing AXgen taskMethod Detail |
public AXgen getParent()
Get the enclosing AXgen task
public abstract void execute(AXmodel model) throws org.apache.tools.ant.BuildException
Implementation of the subtask. This will be executed when the parent task is executed. The execution order of subtasks is the order they appear in the build.xml file
org.apache.tools.ant.BuildException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |