org.apache.ws.jaxme.js.pattern

Class Ant.BasicAntTask

protected abstract static class Ant.BasicAntTask extends Ant.ReallyBasicAntTask

Method Summary
voiddoExecute()
voidfinish()
abstract voidgenerate(JavaSourceFactory pFactory, JavaQName pTargetClass)
Abstract method, which is invoked to generate the target class.
voidsetTargetClass(String pTargetClass)
Sets the name of the class being generated.

Method Detail

doExecute

public void doExecute()

finish

public void finish()

generate

public abstract void generate(JavaSourceFactory pFactory, JavaQName pTargetClass)
Abstract method, which is invoked to generate the target class.

setTargetClass

public void setTargetClass(String pTargetClass)
Sets the name of the class being generated.