|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.javadoc.options.Group
public class Group
A Group parameter.
Constructor Summary | |
---|---|
Group()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
Method equals. |
String |
getPackages()
Get packages can be any package name, or can be the start of any package name followed by an asterisk (*). |
String |
getTitle()
Get title can be any text, and can include white space. |
int |
hashCode()
Method hashCode. |
void |
setPackages(String packages)
Set packages can be any package name, or can be the start of any package name followed by an asterisk (*). |
void |
setTitle(String title)
Set title can be any text, and can include white space. |
String |
toString()
Method toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Group()
Method Detail |
---|
public boolean equals(Object other)
equals
in class Object
other
-
public String getPackages()
public String getTitle()
public int hashCode()
hashCode
in class Object
public void setPackages(String packages)
packages
- public void setTitle(String title)
title
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |