org.apache.tools.ant.taskdefs

Class Javadoc.GroupArgument

public class Javadoc.GroupArgument extends Object

A class corresponding to the group nested element.
Constructor Summary
GroupArgument()
Constructor for GroupArgument
Method Summary
voidaddPackage(Javadoc.PackageName pn)
Add a package nested element.
voidaddTitle(Javadoc.Html text)
Set the title attribute using a nested Html value.
StringgetPackages()
Get the packages as a collon separated list.
StringgetTitle()
Get the title.
voidsetPackages(String src)
Set the packages to Javadoc on.
voidsetTitle(String src)
Set the title attribute using a string.

Constructor Detail

GroupArgument

public GroupArgument()
Constructor for GroupArgument

Method Detail

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