public class Gosudoc
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
Gosudoc() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tools.ant.types.Path |
createClasspath()
Adds a path to the classpath.
|
void |
execute() |
void |
setClasspathRef(org.apache.tools.ant.types.Reference ref)
Adds a reference to a classpath defined elsewhere.
|
void |
setInputDirs(org.apache.tools.ant.types.Path inputDirs)
Specify where to find source file
|
void |
setOutputDir(File dir)
Set the directory where the GosuDoc output will be generated.
|
void |
setVerbose(boolean verbose) |
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 setInputDirs(org.apache.tools.ant.types.Path inputDirs)
inputDirs - a Path instance containing the various source directories.public void setOutputDir(File dir)
dir - the output directory.public void setVerbose(boolean verbose)
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference ref)
ref - a reference to a classpathpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2018. All rights reserved.