net.sf.jaxme.js.pattern
Class Ant.AntChainGenerator

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bynet.sf.jaxme.js.pattern.Ant.ReallyBasicAntTask
              extended bynet.sf.jaxme.js.pattern.Ant.AntChainGenerator
Enclosing class:
Ant

public static class Ant.AntChainGenerator
extends Ant.ReallyBasicAntTask


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()
           
 void doExecute()
           
 void finish()
           
 
Methods inherited from class net.sf.jaxme.js.pattern.Ant.ReallyBasicAntTask
execute, getDestDir, isSettingLoggerFactory, setDestDir, setSettingLoggerFactory
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, 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()

finish

public void finish()
Overrides:
finish in class Ant.ReallyBasicAntTask

doExecute

public void doExecute()
Specified by:
doExecute in class Ant.ReallyBasicAntTask