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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Method 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.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
Set title can be any text, and can include white space.toString()
Method toString.
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
equals
Method equals. -
getPackages
Get 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
-
getTitle
Get title can be any text, and can include white space. This text is placed in the table heading for the group.- Returns:
- String
-
hashCode
public int hashCode()Method hashCode. -
setPackages
Set 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.
-
setTitle
Set 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.
-
toString
Method toString.
-