|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.ReportPlugin
public class ReportPlugin
The <plugin>
element contains
informations required for a report plugin.
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()
Reset the reportSetMap field to null |
java.lang.String |
getArtifactId()
Get The artifact ID of the reporting plugin in the repository. |
java.lang.Object |
getConfiguration()
Get The configuration of the reporting plugin. |
java.lang.String |
getGroupId()
Get The group ID of the reporting plugin in the repository. |
java.lang.String |
getInherited()
Get Whether the configuration in this plugin should be made available to projects that inherit from this one. |
java.lang.String |
getKey()
|
java.lang.String |
getModelEncoding()
|
java.util.List |
getReportSets()
Method getReportSets |
java.util.Map |
getReportSetsAsMap()
|
java.lang.String |
getVersion()
Get The version of the reporting plugin to be used. |
boolean |
isInheritanceApplied()
|
void |
removeReportSet(ReportSet reportSet)
Method removeReportSet |
void |
setArtifactId(java.lang.String artifactId)
Set The artifact ID of the reporting plugin in the repository. |
void |
setConfiguration(java.lang.Object configuration)
Set The configuration of the reporting plugin. |
void |
setGroupId(java.lang.String groupId)
Set The group ID of the reporting plugin in the repository. |
void |
setInherited(java.lang.String inherited)
Set Whether the configuration in this plugin should be made available to projects that inherit from this one. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setReportSets(java.util.List reportSets)
Set Multiple specifications of a set of reports, each having (possibly) different configuration. |
void |
setVersion(java.lang.String version)
Set The version of the reporting plugin to be used. |
void |
unsetInheritanceApplied()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportPlugin()
Method Detail |
---|
public void addReportSet(ReportSet reportSet)
reportSet
- public java.lang.String getArtifactId()
public java.lang.Object getConfiguration()
public java.lang.String getGroupId()
public java.lang.String getInherited()
public java.util.List getReportSets()
public java.lang.String getVersion()
public void removeReportSet(ReportSet reportSet)
reportSet
- public void setArtifactId(java.lang.String artifactId)
artifactId
- public void setConfiguration(java.lang.Object configuration)
configuration
- public void setGroupId(java.lang.String groupId)
groupId
- public void setInherited(java.lang.String inherited)
inherited
- public void setReportSets(java.util.List reportSets)
execution
in the build.
reportSets
- public void setVersion(java.lang.String version)
version
- public void flushReportSetMap()
reportSetMap
field to null
public java.util.Map getReportSetsAsMap()
ReportSet#getId()
as keyReportSet.getId()
public java.lang.String getKey()
groupId:artifactId
public static java.lang.String constructKey(java.lang.String groupId, java.lang.String artifactId)
groupId
- artifactId
-
groupId:artifactId
public void unsetInheritanceApplied()
public boolean isInheritanceApplied()
public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |