|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTask
org.writersforge.catalan.util.TransformTask
Ant task for running the Transformer front end.
| Nested Class Summary | |
static class |
TransformTask.Input
JavaBean to encapsulate <input> element inside <catalan> Ant task. |
| Constructor Summary | |
TransformTask()
|
|
| Method Summary | |
void |
addConfiguredFileset(FileSet fileset)
Loads the files selected by the <fileset> element into the list of input nodes. |
void |
addConfiguredInput(TransformTask.Input input)
Loads the PCDATA contents of the next child element. |
void |
execute()
Runs the Transformer with the supplied parameters. |
void |
setRegistry(java.lang.String registry)
Sets the file name of the WorkerRegistry XML file. |
void |
setTransform(java.lang.String transform)
Sets the file name of the Transform XML file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TransformTask()
| Method Detail |
public void setTransform(java.lang.String transform)
transform - file name of Transform XML filepublic void setRegistry(java.lang.String registry)
registry - file name of WorkerRegistry XML filepublic void addConfiguredInput(TransformTask.Input input)
input - the elementpublic void addConfiguredFileset(FileSet fileset)
fileset - the <fileset> element
public void execute()
throws BuildException
BuildException - if required parameters are missingorg.apache.tools.ant.Task#execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||