org.apache.maven.project
Class PackageGroup

java.lang.Object
  extended byorg.apache.maven.project.BaseObject
      extended byorg.apache.maven.project.PackageGroup

public class PackageGroup
extends BaseObject

A PackageGroup is a group of packages with a title which is used to document the packages inside a project when creating the javadoc.

Version:
PackageGroup.java,v 1.1 2003/01/07 08:23:27 jstrachan Exp
Author:
James Strachan

Field Summary
 
Fields inherited from class org.apache.maven.project.BaseObject
id
 
Constructor Summary
PackageGroup()
           
 
Method Summary
 java.lang.String getPackages()
          Returns the package patterns.
 java.lang.String getTitle()
          Returns the title of this package group.
 void setPackages(java.lang.String packages)
          Sets the package patterns to use.
 void setTitle(java.lang.String title)
          Sets the title of this package group.
 
Methods inherited from class org.apache.maven.project.BaseObject
addProperty, equals, getId, getName, getProperties, getProperty, hashCode, isValid, resolvedProperties, setId, setName, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageGroup

public PackageGroup()
Method Detail

getPackages

public java.lang.String getPackages()
Returns the package patterns.

Returns:
String

getTitle

public java.lang.String getTitle()
Returns the title of this package group.

Returns:
String

setPackages

public void setPackages(java.lang.String packages)
Sets the package patterns to use.

Parameters:
packages - The packages to set

setTitle

public void setTitle(java.lang.String title)
Sets the title of this package group.

Parameters:
title - The title to set


Copyright © 2001-2005 Apache Software Foundation. All Rights Reserved.