Package org.apache.tools.ant.taskdefs
Class Javadoc.GroupArgument
java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.GroupArgument
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd a package nested element.voidaddTitle(Javadoc.Html text) Set the title attribute using a nested Html value.Get the packages as a colon separated list.getTitle()Get the title.voidsetPackages(String src) Set the packages to Javadoc on.voidSet the title attribute using a string.
- 
Constructor Details- 
GroupArgumentpublic GroupArgument()
 
- 
- 
Method Details- 
setTitleSet the title attribute using a string.- Parameters:
- src- a- Stringvalue
 
- 
addTitleSet the title attribute using a nested Html value.- Parameters:
- text- a- Htmlvalue
 
- 
getTitle
- 
setPackagesSet the packages to Javadoc on.- Parameters:
- src- a comma separated list of packages
 
- 
addPackageAdd a package nested element.- Parameters:
- pn- a nested element specifying the package.
 
- 
getPackagesGet the packages as a colon separated list.- Returns:
- the packages as a string
 
 
-