|
||||||||||
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.
Field Summary | |
---|---|
private java.lang.String |
packages
The packages in the group. |
private java.lang.String |
title
The title to use for the package group. |
Constructor Summary | |
---|---|
PackageGroup()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String title
private java.lang.String packages
Constructor Detail |
---|
public PackageGroup()
Method Detail |
---|
public java.lang.String getPackages()
public java.lang.String getTitle()
public void setPackages(java.lang.String packages)
packages
- public void setTitle(java.lang.String title)
title
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |