|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.v3_0_0.PackageGroup
public class PackageGroup
A JavaDoc package group.
Constructor Summary | |
---|---|
PackageGroup()
|
Method Summary | |
---|---|
String |
getPackages()
Get the packages in the group. |
String |
getTitle()
Get the title to use for the package group. |
void |
setPackages(String packages)
Set the packages in the group. |
void |
setTitle(String title)
Set the title to use for the package group. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackageGroup()
Method Detail |
---|
public String getPackages()
public String getTitle()
public void setPackages(String packages)
packages
- public void setTitle(String title)
title
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |