Package org.apache.tools.ant.taskdefs
Class Javadoc.GroupArgument
java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.GroupArgument
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a package nested element.void
addTitle
(Javadoc.Html text) Set the title attribute using a nested Html value.Get the packages as a colon separated list.getTitle()
Get the title.void
setPackages
(String src) Set the packages to Javadoc on.void
Set the title attribute using a string.
-
Constructor Details
-
GroupArgument
public GroupArgument()
-
-
Method Details
-
setTitle
Set the title attribute using a string.- Parameters:
src
- aString
value
-
addTitle
Set the title attribute using a nested Html value.- Parameters:
text
- aHtml
value
-
getTitle
-
setPackages
Set the packages to Javadoc on.- Parameters:
src
- a comma separated list of packages
-
addPackage
Add a package nested element.- Parameters:
pn
- a nested element specifying the package.
-
getPackages
Get the packages as a colon separated list.- Returns:
- the packages as a string
-