|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
com.aurigalogic.aurigadoc.ant.AurigaDocTask
This class implements the ant task for invoking AurigaDoc from ant.
Constructor Summary | |
AurigaDocTask()
Default constructor |
Method Summary | |
void |
addConfiguredParam(Param param)
Adds the values submitted in the param element of the task. |
void |
execute()
Executes the task. |
void |
setForce(boolean force)
Sets the flag to force conversion |
void |
setFormat(java.lang.String fmt)
Sets the output format required. |
void |
setInput(java.io.File in)
Sets the input file. |
void |
setOutput(java.io.File out)
Sets the output file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AurigaDocTask()
Method Detail |
public void execute() throws BuildException
BuildException
- - if the build fails.public void setInput(java.io.File in)
in
- the input filepublic void setOutput(java.io.File out)
out
- the output file.public void setFormat(java.lang.String fmt)
fmt
- the output formatpublic void setForce(boolean force)
force
- whether to force conversionpublic void addConfiguredParam(Param param)
param
- the param element.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |