public class Groovydoc
extends org.apache.tools.ant.Task
Constructor and Description |
---|
Groovydoc() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
setDestdir(java.io.File dir)
Set the directory where the Javadoc output will be generated.
|
void |
setPackagenames(java.lang.String packages)
Set the package names to be processed.
|
void |
setPrivate(boolean b)
Indicate whether all classes and
members are to be included in the scope processed
|
void |
setSourcepath(org.apache.tools.ant.types.Path src)
Specify where to find source file
|
void |
setUse(boolean b) |
void |
setWindowtitle(java.lang.String title)
Set the title to be placed in the HTML <title> tag of the
generated documentation.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setSourcepath(org.apache.tools.ant.types.Path src)
src
- a Path instance containing the various source directories.public void setDestdir(java.io.File dir)
dir
- the destination directory.public void setPackagenames(java.lang.String packages)
packages
- a comma separated list of packages specs
(may be wildcarded).public void setUse(boolean b)
public void setWindowtitle(java.lang.String title)
title
- the window title to use.public void setPrivate(boolean b)
b
- true if scope is to be private level.public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException