public class PlantUMLDependencyProgramTask
extends org.apache.tools.ant.Task
Task.| Constructor and Description |
|---|
PlantUMLDependencyProgramTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
String |
getBaseDir()
Gets the value of
baseDir. |
String |
getDisplayName()
Gets the value of
displayName. |
String |
getDisplayPackageName()
Gets the value of
displayPackageName. |
String |
getDisplayType()
Gets the value of
displayType. |
String |
getExcludes()
Gets the value of
excludes. |
String |
getIncludes()
Gets the value of
includes. |
String |
getOutput()
Gets the value of
output. |
String |
getProgrammingLanguage()
Gets the value of
programmingLanguage. |
String |
getVerboseLevel()
Gets the value of
verboseLevel. |
void |
setBaseDir(String value)
Sets the value of
baseDir. |
void |
setDisplayName(String value)
Sets the value of
displayName. |
void |
setDisplayPackageName(String value)
Sets the value of
displayPackageName. |
void |
setDisplayType(String value)
Sets the value of
displayType. |
void |
setExcludes(String value)
Sets the value of
excludes. |
void |
setIncludes(String value)
Sets the value of
includes. |
void |
setOutput(String value)
Sets the value of
output. |
void |
setProgrammingLanguage(String value)
Sets the value of
programmingLanguage. |
void |
setVerboseLevel(String value)
Sets the value of
verboseLevel. |
String |
toString() |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
execute in class org.apache.tools.ant.Taskpublic String getBaseDir()
baseDir.baseDir.setBaseDir(String)public String getDisplayName()
displayName.displayName.setDisplayName(String)public String getDisplayPackageName()
displayPackageName.displayPackageName.setDisplayPackageName(String)public String getDisplayType()
displayType.displayType.setDisplayType(String)public String getExcludes()
excludes.excludes.setExcludes(String)public String getIncludes()
includes.includes.setIncludes(String)public String getOutput()
output.output.setOutput(String)public String getProgrammingLanguage()
programmingLanguage.programmingLanguage.setProgrammingLanguage(String)public String getVerboseLevel()
verboseLevel.verboseLevel.setVerboseLevel(String)public void setBaseDir(String value)
baseDir.value - the baseDir to set, can be null.getBaseDir()public void setDisplayName(String value)
displayName.value - the displayName to set, can be null.getDisplayName()public void setDisplayPackageName(String value)
displayPackageName.value - the displayPackageName to set, can be null.getDisplayPackageName()public void setDisplayType(String value)
displayType.value - the displayType to set, can be null.getDisplayType()public void setExcludes(String value)
excludes.value - the excludes to set, can be null.getExcludes()public void setIncludes(String value)
includes.value - the includes to set, can be null.getIncludes()public void setOutput(String value)
output.value - the output to set, can be null.getOutput()public void setProgrammingLanguage(String value)
programmingLanguage.value - the programmingLanguage to set, can be null.getProgrammingLanguage()public void setVerboseLevel(String value)
verboseLevel.value - the verboseLevel to set, can be null.getVerboseLevel()Copyright © 2014 Sourceforge. All rights reserved.