| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.taskdefs.Javadoc.GroupArgument
public class Javadoc.GroupArgument
A class corresponding to the group nested element.
| Constructor Summary | |
|---|---|
| Javadoc.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. | 
|  java.lang.String | getPackages()Get the packages as a colon separated list. | 
|  java.lang.String | getTitle()Get the title. | 
|  void | setPackages(java.lang.String src)Set the packages to Javadoc on. | 
|  void | setTitle(java.lang.String src)Set the title attribute using a string. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Javadoc.GroupArgument()
| Method Detail | 
|---|
public void setTitle(java.lang.String src)
src - a String valuepublic void addTitle(Javadoc.Html text)
text - a Html valuepublic java.lang.String getTitle()
public void setPackages(java.lang.String src)
src - a comma separated list of packagespublic void addPackage(Javadoc.PackageName pn)
pn - a nested element specifying the package.public java.lang.String getPackages()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||