org.apache.maven.model
Class ReportSet

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

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

Represents a set of reports and configuration to be used to generate them.

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

Constructor Summary
ReportSet()
           
 
Method Summary
 void addReport(java.lang.String string)
          Method addReport
 java.lang.Object getConfiguration()
          Get null
 java.lang.String getId()
          Get The unique id for this report set, to be used during POM inheritance.
 java.lang.String getInherited()
          Get null
 java.lang.String getModelEncoding()
           
 java.util.List getReports()
          Method getReports
 boolean isInheritanceApplied()
           
 void removeReport(java.lang.String string)
          Method removeReport
 void setConfiguration(java.lang.Object configuration)
          Set null
 void setId(java.lang.String id)
          Set The unique id for this report set, to be used during POM inheritance.
 void setInherited(java.lang.String inherited)
          Set null
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setReports(java.util.List reports)
          Set The list of reports from this reporter/plugin which should be generated from this set (this configuration)
 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()
Get null


getId

public java.lang.String getId()
Get The unique id for this report set, to be used during POM inheritance.


getInherited

public java.lang.String getInherited()
Get null


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)
Set null

Parameters:
configuration -

setId

public void setId(java.lang.String id)
Set The unique id for this report set, to be used during POM inheritance.

Parameters:
id -

setInherited

public void setInherited(java.lang.String inherited)
Set null

Parameters:
inherited -

setReports

public void setReports(java.util.List reports)
Set The list of reports from this reporter/plugin which should be generated from this set (this configuration)

Parameters:
reports -

unsetInheritanceApplied

public void unsetInheritanceApplied()

isInheritanceApplied

public boolean isInheritanceApplied()

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright 2006 Apache Software Foundation. All Rights Reserved.