org.apache.tools.ant.taskdefs

Class Javadoc.GroupArgument

Enclosing Class:
Javadoc

public class Javadoc.GroupArgument
extends java.lang.Object

A class corresponding to the group nested element.

Constructor Summary

GroupArgument()
Constructor for GroupArgument

Method Summary

void
addPackage(Javadoc.PackageName pn)
Add a package nested element.
void
addTitle(Javadoc.Html text)
Set the title attribute using a nested Html value.
String
getPackages()
Get the packages as a collon separated list.
String
getTitle()
Get the title.
void
setPackages(String src)
Set the packages to Javadoc on.
void
setTitle(String src)
Set the title attribute using a string.

Constructor Details

GroupArgument

public GroupArgument()
Constructor for GroupArgument

Method Details

addPackage

public void addPackage(Javadoc.PackageName pn)
Add a package nested element.
Parameters:
pn - a nested element specifing the package.

addTitle

public void addTitle(Javadoc.Html text)
Set the title attribute using a nested Html value.
Parameters:
text - a Html value

getPackages

public String getPackages()
Get the packages as a collon separated list.
Returns:
the packages as a string

getTitle

public String getTitle()
Get the title.
Returns:
the title

setPackages

public void setPackages(String src)
Set the packages to Javadoc on.
Parameters:
src - a comma separated list of packages

setTitle

public void setTitle(String src)
Set the title attribute using a string.
Parameters:
src - a String value