|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.tools.ant.ProjectComponent
|
+--org.apache.tools.ant.Task
|
+--org.znerd.dir2xml.ant.Task
Ant task that processes a dir2xml file.
For more information about dir2xml, see dir2xml.sourceforge.net. For more information about Ant, see jakarta.apache.org.
| 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 | |
Task()
|
|
| Method Summary | |
void |
execute()
|
void |
setEncoding(String encoding)
Sets the encoding to use for the output. |
void |
setIn(String in)
Sets the input file. |
void |
setIndent(String indent)
Sets the indentation string. |
void |
setNewlines(boolean newlines)
Sets the flag that determines if newlines are printed. |
void |
setOut(String out)
Sets the output file. |
| 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 |
public Task()
| Method Detail |
public void setIn(String in)
in - the input file.public void setOut(String out)
out - the output file.public void setEncoding(String encoding)
execute()) will fail.encoding - the encoding to use.public void setIndent(String indent)
indent - the indentation string.public void setNewlines(boolean newlines)
newlines - true if newlines should be output, false
otherwise.
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Task
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||