de.armax.ax.devtools.generator
Class AXgen.AXgenSubTask

java.lang.Object
  extended byde.armax.ax.devtools.generator.AXgen.AXgenSubTask
Direct Known Subclasses:
AXgenCheck, AXgenGenerate
Enclosing class:
AXgen

public abstract static class AXgen.AXgenSubTask
extends java.lang.Object

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

AXgen.AXgenSubTask

public AXgen.AXgenSubTask(AXgen parent)

Constructor makes parent class known and accessible by nested elements

Parameters:
parent - the enclosing AXgen task
Method Detail

getParent

public AXgen getParent()

Get the enclosing AXgen task


execute

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

Throws:
org.apache.tools.ant.BuildException


Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.