|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.codehaus.groovy.ant.Groovydoc
class Groovydoc extends Task
Access to the GroovyDoc tool from Ant.
Constructor Summary | |
Groovydoc()
|
Method Summary | |
---|---|
LinkArgument
|
createLink()
Create link to Javadoc/GroovyDoc output at the given URL. |
void
|
execute()
|
void
|
setAuthor(boolean author)
If set to false, author will not be displayed. |
void
|
setDestdir(File dir)
Set the directory where the Groovydoc output will be generated. |
void
|
setDoctitle(String htmlTitle)
Set the title for the overview page. |
void
|
setFooter(String footer)
Set the footer to place at the bottom of each generated html page. |
void
|
setHeader(String header)
Specifies the header text to be placed at the top of each output file. |
void
|
setOverview(def file)
Specify the file containing the overview to be included in the generated documentation. |
void
|
setPackage(boolean b)
Indicate whether only package, protected and public classes and members are to be included in the scope processed. |
void
|
setPackagenames(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
|
setProtected(boolean b)
Indicate whether only protected and public classes and members are to be included in the scope processed. |
void
|
setPublic(boolean b)
Indicate whether only public classes and members are to be included in the scope processed. |
void
|
setSourcepath(Path src)
Specify where to find source file |
void
|
setUse(boolean b)
|
void
|
setWindowtitle(String title)
Set the title to be placed in the HTML <title> tag of the generated documentation. |
Methods inherited from class Task | |
---|---|
log, log, log, log, init, execute, maybeConfigure, getTaskName, getOwningTarget, setRuntimeConfigurableWrapper, getTaskType, setTaskType, setTaskName, setOwningTarget, getRuntimeConfigurableWrapper, reconfigure, perform, bindToOwner, clone, getLocation, getDescription, setLocation, setDescription, getProject, setProject, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class ProjectComponent | |
---|---|
clone, log, log, getLocation, getDescription, setLocation, setDescription, getProject, setProject, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public Groovydoc()
Method Detail |
---|
public LinkArgument createLink()
public void execute()
public void setAuthor(boolean author)
public void setDestdir(File dir)
public void setDoctitle(String htmlTitle)
public void setFooter(String footer)
public void setHeader(String header)
public void setOverview(def file)
public void setPackage(boolean b)
public void setPackagenames(String packages)
public void setPrivate(boolean b)
public void setProtected(boolean b)
public void setPublic(boolean b)
public void setSourcepath(Path src)
public void setUse(boolean b)
public void setWindowtitle(String title)
Copyright © 2003-2009 The Codehaus. All rights reserved.