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
A JavaDoc package group.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the packages in the group.getTitle()
Get the title to use for the package group.void
setPackages
(String packages) Set the packages in the group.void
Set the title to use for the package group.
-
Field Details
-
title
The title to use for the package group. -
packages
The packages in the group.
-
-
Constructor Details
-
PackageGroup
public PackageGroup()
-
-
Method Details
-
getPackages
Get the packages in the group.- Returns:
- String
-
getTitle
Get the title to use for the package group.- Returns:
- String
-
setPackages
Set the packages in the group.- Parameters:
packages
- a packages object.
-
setTitle
Set the title to use for the package group.- Parameters:
title
- a title object.
-