public class VDocletTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
VDocletTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredFileSet(org.apache.tools.ant.types.FileSet fileSet)
Nested <fileset> element
|
void |
addConfiguredParam(VDocletParameter param)
nested <param>
|
org.apache.tools.ant.types.Path |
createClassPath()
Nested <classpath> element
|
void |
execute()
Invoke vDoclet
|
void |
setClassPath(org.apache.tools.ant.types.Path classPath)
classpath attribute
|
void |
setDestDir(File destDir)
destDir attribute
|
void |
setOut(File outputFile)
out attribute
|
void |
setProject(org.apache.tools.ant.Project project) |
void |
setSrcDir(org.apache.tools.ant.types.Path srcDir)
Alias for srcPath
|
void |
setSrcPath(org.apache.tools.ant.types.Path srcPath)
srcPath attribute
|
void |
setTemplate(String template)
template attribute
|
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 setProject(org.apache.tools.ant.Project project)
setProject in class org.apache.tools.ant.ProjectComponentpublic void setSrcPath(org.apache.tools.ant.types.Path srcPath)
public void setSrcDir(org.apache.tools.ant.types.Path srcDir)
public void addConfiguredFileSet(org.apache.tools.ant.types.FileSet fileSet)
public void setDestDir(File destDir)
public void setOut(File outputFile)
public void setTemplate(String template)
public void setClassPath(org.apache.tools.ant.types.Path classPath)
public org.apache.tools.ant.types.Path createClassPath()
public void addConfiguredParam(VDocletParameter param)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException