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
Fields inherited from class org.apache.tools.ant.Task |
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
description, location, project |
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 |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
PlantUmlTask
public PlantUmlTask()
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 class org.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)
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)
setSuggestEngine
public void setSuggestEngine(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)
Copyright © 2014. All Rights Reserved.