Package org.apache.maven.model.v3_0_0
Class PackageGroup
- java.lang.Object
-
- org.apache.maven.model.v3_0_0.PackageGroup
-
- All Implemented Interfaces:
java.io.Serializable
public class PackageGroup extends java.lang.Object implements java.io.Serializable
A JavaDoc package group.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PackageGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPackages()
Get the packages in the group.java.lang.String
getTitle()
Get the title to use for the package group.void
setPackages(java.lang.String packages)
Set the packages in the group.void
setTitle(java.lang.String title)
Set the title to use for the package group.
-
-
-
Method Detail
-
getPackages
public java.lang.String getPackages()
Get the packages in the group.- Returns:
- String
-
getTitle
public java.lang.String getTitle()
Get the title to use for the package group.- Returns:
- String
-
setPackages
public void setPackages(java.lang.String packages)
Set the packages in the group.- Parameters:
packages
-
-
setTitle
public void setTitle(java.lang.String title)
Set the title to use for the package group.- Parameters:
title
-
-
-