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