|
||||||||||
| 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
Class ReportPlugin.
| 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 |
|---|
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)
reportSets - public void setVersion(java.lang.String version)
version - public void flushReportSetMap()
public java.util.Map getReportSetsAsMap()
public java.lang.String getKey()
public static java.lang.String constructKey(java.lang.String groupId,
java.lang.String artifactId)
public void unsetInheritanceApplied()
public boolean isInheritanceApplied()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||