org.apache.tools.ant.taskdefs
public class Javadoc.GroupArgument extends Object
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. |
Parameters: pn a nested element specifing the package.
Parameters: text a Html
value
Returns: the packages as a string
Returns: the title
Parameters: src a comma separated list of packages
Parameters: src a String
value