Class Group
java.lang.Object
org.apache.maven.plugins.javadoc.options.Group
- All Implemented Interfaces:
- Serializable
A Group parameter.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanMethod equals.Get packages can be any package name, or can be the start of any package name followed by an asterisk (*).getTitle()Get title can be any text, and can include white space.inthashCode()Method hashCode.voidsetPackages(String packages) Set packages can be any package name, or can be the start of any package name followed by an asterisk (*).voidSet title can be any text, and can include white space.toString()Method toString.
- 
Constructor Details- 
Grouppublic Group()
 
- 
- 
Method Details- 
equalsMethod equals.
- 
getPackagesGet packages can be any package name, or can be the start of any package name followed by an asterisk (*). The asterisk is a wildcard meaning "match any characters". This is the only wildcard allowed. Multiple patterns can be included in a group by separating them with colons (:).- Returns:
- String
 
- 
getTitleGet title can be any text, and can include white space. This text is placed in the table heading for the group.- Returns:
- String
 
- 
hashCodepublic int hashCode()Method hashCode.
- 
setPackagesSet packages can be any package name, or can be the start of any package name followed by an asterisk (*). The asterisk is a wildcard meaning "match any characters". This is the only wildcard allowed. Multiple patterns can be included in a group by separating them with colons (:).- Parameters:
- packages- a packages object.
 
- 
setTitleSet title can be any text, and can include white space. This text is placed in the table heading for the group.- Parameters:
- title- a title object.
 
- 
toStringMethod toString.
 
-