Package net.sourceforge.plantuml.ant
Class PlantUmlTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- net.sourceforge.plantuml.ant.PlantUmlTask
-
- All Implemented Interfaces:
Cloneable
public class PlantUmlTask extends org.apache.tools.ant.Task
-
-
Constructor Summary
Constructors Constructor Description PlantUmlTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFilelist(org.apache.tools.ant.types.FileList list)
Add a filelist to touchvoid
addFileset(org.apache.tools.ant.types.FileSet set)
Add a set of files to touchvoid
execute()
void
setCharset(String s)
void
setCheckOnly(String s)
void
setConfig(String s)
void
setDebugSvek(String s)
void
setDir(String s)
void
setEnableStats(String s)
void
setFailFast(String s)
void
setFailFast2(String s)
void
setFileSeparator(String s)
void
setFormat(String s)
void
setGraphvizDot(String s)
void
setHtmlStats(String s)
void
setKeepTmpFiles(String s)
void
setNbThread(String s)
void
setNbThreads(String s)
void
setOutput(String s)
void
setOverwrite(String s)
void
setRealTimeStats(String s)
void
setSplash(String s)
void
setVerbose(String s)
void
setXmlStats(String s)
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Method Detail
-
addFileset
public void addFileset(org.apache.tools.ant.types.FileSet set)
Add a set of files to touch
-
addFilelist
public void addFilelist(org.apache.tools.ant.types.FileList list)
Add a filelist to touch
-
execute
public void execute() throws org.apache.tools.ant.BuildException
- Overrides:
execute
in classorg.apache.tools.ant.Task
- Throws:
org.apache.tools.ant.BuildException
-
setDir
public void setDir(String s)
-
setOutput
public void setOutput(String s)
-
setCharset
public void setCharset(String s)
-
setConfig
public void setConfig(String s)
-
setKeepTmpFiles
public void setKeepTmpFiles(String s)
-
setDebugSvek
public void setDebugSvek(String s)
-
setVerbose
public void setVerbose(String s)
-
setFormat
public void setFormat(String s)
-
setGraphvizDot
public void setGraphvizDot(String s)
-
setNbThread
public void setNbThread(String s)
-
setNbThreads
public void setNbThreads(String s)
-
setFailFast
public void setFailFast(String s)
-
setFailFast2
public void setFailFast2(String s)
-
setCheckOnly
public void setCheckOnly(String s)
-
setOverwrite
public void setOverwrite(String s)
-
setFileSeparator
public void setFileSeparator(String s)
-
setHtmlStats
public void setHtmlStats(String s)
-
setXmlStats
public void setXmlStats(String s)
-
setRealTimeStats
public void setRealTimeStats(String s)
-
setEnableStats
public void setEnableStats(String s)
-
setSplash
public void setSplash(String s)
-
-