org.apache.maven.plugin.javadoc.options
Class Group

java.lang.Object
  extended by org.apache.maven.plugin.javadoc.options.Group
All Implemented Interfaces:
java.io.Serializable

public class Group
extends java.lang.Object
implements java.io.Serializable

A Group parameter.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Group()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals
 java.lang.String getModelEncoding()
           
 java.lang.String getPackages()
          Get Packages can be any package name, or can be the start of any package name followed by an asterisk (*).
 java.lang.String getTitle()
          Get Title can be any text, and can include white space.
 int hashCode()
          Method hashCode
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setPackages(java.lang.String packages)
          Set Packages can be any package name, or can be the start of any package name followed by an asterisk (*).
 void setTitle(java.lang.String title)
          Set Title can be any text, and can include white space.
 java.lang.String toString()
          Method toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Group

public Group()
Method Detail

equals

public boolean equals(java.lang.Object other)
Method equals

Overrides:
equals in class java.lang.Object
Parameters:
other -

getPackages

public java.lang.String 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 (:).


getTitle

public java.lang.String getTitle()
Get Title can be any text, and can include white space. This text is placed in the table heading for the group.


hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class java.lang.Object

setPackages

public void setPackages(java.lang.String packages)
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 -

setTitle

public void setTitle(java.lang.String title)
Set Title can be any text, and can include white space. This text is placed in the table heading for the group.

Parameters:
title -

toString

public java.lang.String toString()
Method toString

Overrides:
toString in class java.lang.Object

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.