Class Javadoc.GroupArgument

java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.GroupArgument
Enclosing class:
Javadoc

public class Javadoc.GroupArgument extends Object
A class corresponding to the group nested element.
  • Constructor Details

    • GroupArgument

      public GroupArgument()
  • Method Details

    • setTitle

      public void setTitle(String src)
      Set the title attribute using a string.
      Parameters:
      src - a String value
    • addTitle

      public void addTitle(Javadoc.Html text)
      Set the title attribute using a nested Html value.
      Parameters:
      text - a Html value
    • 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
    • addPackage

      public void addPackage(Javadoc.PackageName pn)
      Add a package nested element.
      Parameters:
      pn - a nested element specifying the package.
    • getPackages

      public String getPackages()
      Get the packages as a colon separated list.
      Returns:
      the packages as a string