org.apache.maven.model
Class ReportPlugin

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

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

Class ReportPlugin.

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

Constructor Summary
ReportPlugin()
           
 
Method Summary
 void addReportSet(ReportSet reportSet)
          Method addReportSet
static java.lang.String constructKey(java.lang.String groupId, java.lang.String artifactId)
           
 void flushReportSetMap()
           
 java.lang.String getArtifactId()
          Method getArtifactId
 java.lang.Object getConfiguration()
          Method getConfiguration
 java.lang.String getGroupId()
          Method getGroupId
 java.lang.String getInherited()
          Method getInherited
 java.lang.String getKey()
           
 java.util.List getReportSets()
          Method getReportSets
 java.util.Map getReportSetsAsMap()
           
 java.lang.String getVersion()
          Method getVersion
 boolean isInheritanceApplied()
           
 void removeReportSet(ReportSet reportSet)
          Method removeReportSet
 void setArtifactId(java.lang.String artifactId)
          Method setArtifactId
 void setConfiguration(java.lang.Object configuration)
          Method setConfiguration
 void setGroupId(java.lang.String groupId)
          Method setGroupId
 void setInherited(java.lang.String inherited)
          Method setInherited
 void setReportSets(java.util.List reportSets)
          Method setReportSets
 void setVersion(java.lang.String version)
          Method setVersion
 void unsetInheritanceApplied()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportPlugin

public ReportPlugin()
Method Detail

addReportSet

public void addReportSet(ReportSet reportSet)
Method addReportSet

Parameters:
reportSet -

getArtifactId

public java.lang.String getArtifactId()
Method getArtifactId


getConfiguration

public java.lang.Object getConfiguration()
Method getConfiguration


getGroupId

public java.lang.String getGroupId()
Method getGroupId


getInherited

public java.lang.String getInherited()
Method getInherited


getReportSets

public java.util.List getReportSets()
Method getReportSets


getVersion

public java.lang.String getVersion()
Method getVersion


removeReportSet

public void removeReportSet(ReportSet reportSet)
Method removeReportSet

Parameters:
reportSet -

setArtifactId

public void setArtifactId(java.lang.String artifactId)
Method setArtifactId

Parameters:
artifactId -

setConfiguration

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

Parameters:
configuration -

setGroupId

public void setGroupId(java.lang.String groupId)
Method setGroupId

Parameters:
groupId -

setInherited

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

Parameters:
inherited -

setReportSets

public void setReportSets(java.util.List reportSets)
Method setReportSets

Parameters:
reportSets -

setVersion

public void setVersion(java.lang.String version)
Method setVersion

Parameters:
version -

flushReportSetMap

public void flushReportSetMap()

getReportSetsAsMap

public java.util.Map getReportSetsAsMap()

getKey

public java.lang.String getKey()

constructKey

public static java.lang.String constructKey(java.lang.String groupId,
                                            java.lang.String artifactId)

unsetInheritanceApplied

public void unsetInheritanceApplied()

isInheritanceApplied

public boolean isInheritanceApplied()


Copyright 2005 Apache Software Foundation. All Rights Reserved.