Class PackageGroup

java.lang.Object
org.apache.maven.model.v3_0_0.PackageGroup
All Implemented Interfaces:
Serializable

public class PackageGroup extends Object implements Serializable
A JavaDoc package group.
Version:
$Revision$ $Date$
See Also:
  • Field Details

    • title

      private String title
      The title to use for the package group.
    • packages

      private String packages
      The packages in the group.
  • Constructor Details

    • PackageGroup

      public PackageGroup()
  • Method Details

    • getPackages

      public String getPackages()
      Get the packages in the group.
      Returns:
      String
    • getTitle

      public String getTitle()
      Get the title to use for the package group.
      Returns:
      String
    • setPackages

      public void setPackages(String packages)
      Set the packages in the group.
      Parameters:
      packages -
    • setTitle

      public void setTitle(String title)
      Set the title to use for the package group.
      Parameters:
      title -