org.apache.maven.model
Class ReportSet

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

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

Class ReportSet.

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

Constructor Summary
ReportSet()
           
 
Method Summary
 void addReport(java.lang.String string)
          Method addReport
 java.lang.Object getConfiguration()
          Method getConfiguration
 java.lang.String getId()
          Method getId
 java.lang.String getInherited()
          Method getInherited
 java.util.List getReports()
          Method getReports
 boolean isInheritanceApplied()
           
 void removeReport(java.lang.String string)
          Method removeReport
 void setConfiguration(java.lang.Object configuration)
          Method setConfiguration
 void setId(java.lang.String id)
          Method setId
 void setInherited(java.lang.String inherited)
          Method setInherited
 void setReports(java.util.List reports)
          Method setReports
 void unsetInheritanceApplied()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportSet

public ReportSet()
Method Detail

addReport

public void addReport(java.lang.String string)
Method addReport

Parameters:
string -

getConfiguration

public java.lang.Object getConfiguration()
Method getConfiguration


getId

public java.lang.String getId()
Method getId


getInherited

public java.lang.String getInherited()
Method getInherited


getReports

public java.util.List getReports()
Method getReports


removeReport

public void removeReport(java.lang.String string)
Method removeReport

Parameters:
string -

setConfiguration

public void setConfiguration(java.lang.Object configuration)
Method setConfiguration

Parameters:
configuration -

setId

public void setId(java.lang.String id)
Method setId

Parameters:
id -

setInherited

public void setInherited(java.lang.String inherited)
Method setInherited

Parameters:
inherited -

setReports

public void setReports(java.util.List reports)
Method setReports

Parameters:
reports -

unsetInheritanceApplied

public void unsetInheritanceApplied()

isInheritanceApplied

public boolean isInheritanceApplied()


Copyright 2005 Apache Software Foundation. All Rights Reserved.