org.apache.maven.model
Class PackageGroup

java.lang.Object
  extended by org.apache.maven.model.PackageGroup
All Implemented Interfaces:
java.io.Serializable

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

A JavaDoc package group.

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

Constructor Summary
PackageGroup()
           
 
Method Summary
 java.lang.String getModelEncoding()
           
 java.lang.String getPackages()
          Get The packages in the group
 java.lang.String getTitle()
          Get The title to use for the package group.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setPackages(java.lang.String packages)
          Set The packages in the group
 void setTitle(java.lang.String title)
          Set The title to use for the package group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageGroup

public PackageGroup()
Method Detail

getPackages

public java.lang.String getPackages()
Get The packages in the group


getTitle

public java.lang.String getTitle()
Get The title to use for the package group.


setPackages

public void setPackages(java.lang.String packages)
Set The packages in the group

Parameters:
packages -

setTitle

public void setTitle(java.lang.String title)
Set The title to use for the package group.

Parameters:
title -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


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