Package org.apache.maven.model.v3_0_0
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PackageGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPackages()Get the packages in the group.StringgetTitle()Get the title to use for the package group.voidsetPackages(String packages)Set the packages in the group.voidsetTitle(String title)Set the title to use for the package group.
-
-
-
Method Detail
-
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-
-
-