org.apache.ws.jaxme.js.pattern
Class Ant.AntChainGenerator

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.apache.ws.jaxme.js.pattern.Ant.ReallyBasicAntTask
              extended by org.apache.ws.jaxme.js.pattern.Ant.AntChainGenerator
Enclosing class:
Ant

public static class Ant.AntChainGenerator
extends Ant.ReallyBasicAntTask

Ant task for the ChainGenerator.


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
Ant.AntChainGenerator()
           
 
Method Summary
 ChainGenerator createChain()
          Creates a new, nested element with another chain being generated.
 void doExecute()
          Abstract method, which is invoked to do the real work.
 void finish()
          Performs validation of the attributes and nested elements.
 
Methods inherited from class org.apache.ws.jaxme.js.pattern.Ant.ReallyBasicAntTask
addClasspath, execute, getClasspath, getClasspathRef, getDestDir, isSettingLoggerFactory, setClasspathRef, setDestDir, setSettingLoggerFactory
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ant.AntChainGenerator

public Ant.AntChainGenerator()
Method Detail

createChain

public ChainGenerator createChain()
Creates a new, nested element with another chain being generated.


finish

public void finish()
Description copied from class: Ant.ReallyBasicAntTask

Performs validation of the attributes and nested elements.

Overrides:
finish in class Ant.ReallyBasicAntTask

doExecute

public void doExecute()
Description copied from class: Ant.ReallyBasicAntTask
Abstract method, which is invoked to do the real work.

Specified by:
doExecute in class Ant.ReallyBasicAntTask