|
Groovy 1.7.9 | |||||||
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
public 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
|
setAccess(String access)
Indicates the access mode or scope of interest: one of public, protected, package, or private. |
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
|
setExtensions(String extensions)
A colon-separated list of filename extensions to look for when searching for files to process in a given directory. |
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
|
setIncludeMainForScripts(boolean includeMainForScripts)
If set to false, 'public static void main' method will not be displayed. |
void
|
setOverview(File 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
|
setProcessScripts(boolean processScripts)
If set to false, Scripts will not be 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
|
setStyleSheetFile(File styleSheetFile)
Specifies a stylesheet file to use. |
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, perform, maybeConfigure, setTaskType, setTaskName, setOwningTarget, getTaskName, getOwningTarget, getRuntimeConfigurableWrapper, setRuntimeConfigurableWrapper, reconfigure, getTaskType, bindToOwner, clone, getLocation, getDescription, setLocation, getProject, setDescription, setProject, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class ProjectComponent | |
---|---|
clone, log, log, getLocation, getDescription, setLocation, getProject, setDescription, setProject, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public Groovydoc()
Method Detail |
---|
public LinkArgument createLink()
public void execute()
public void setAccess(String access)
access
- one of public, protected, package, or private
public void setAuthor(boolean author)
author
- new value
public void setDestdir(File dir)
dir
- the destination directory.
public void setDoctitle(String htmlTitle)
htmlTitle
- the html to use for the title.
public void setExtensions(String extensions)
.java:.groovy:.gv:.gvy:.gsh
extensions
- new value
public void setFooter(String footer)
footer
- the footer value
public void setHeader(String header)
header
- the header value
public void setIncludeMainForScripts(boolean includeMainForScripts)
includeMainForScripts
- new value
public void setOverview(File file)
file
- the overview file
public void setPackage(boolean b)
b
- true if scope includes package level classes and members
public void setPackagenames(String packages)
packages
- a comma separated list of packages specs
(may be wildcarded).
public void setPrivate(boolean b)
b
- true if scope is to be private level.
public void setProcessScripts(boolean processScripts)
processScripts
- new value
public void setProtected(boolean b)
b
- true if scope includes protected level classes and members
public void setPublic(boolean b)
b
- true if scope only includes public level classes and members
public void setSourcepath(Path src)
src
- a Path instance containing the various source directories.
public void setStyleSheetFile(File styleSheetFile)
styleSheetFile
- the css stylesheet file to use
public void setUse(boolean b)
public void setWindowtitle(String title)
title
- the window title to use.
Copyright © 2003-2010 The Codehaus. All rights reserved.