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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the packages in the group.getTitle()Get the title to use for the package group.voidsetPackages(String packages) Set the packages in the group.voidSet the title to use for the package group.
-
Constructor Details
-
PackageGroup
public PackageGroup()
-
-
Method Details
-
getPackages
-
getTitle
-
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.
-