|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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. |
ReportPlugin |
clone()
Method clone. |
static String |
constructKey(String groupId,
String artifactId)
|
void |
flushReportSetMap()
Reset the reportSetMap field to null |
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()
|
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input source. |
List<ReportSet> |
getReportSets()
Method getReportSets. |
Map<String,ReportSet> |
getReportSetsAsMap()
|
String |
getVersion()
Get the version of the reporting plugin to be used. |
boolean |
isInheritanceApplied()
|
boolean |
isInherited()
|
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(boolean inherited)
|
void |
setInherited(String inherited)
Set whether the configuration in this plugin should be made available to projects that inherit from this one. |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field. |
void |
setReportSets(List<ReportSet> 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 |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportPlugin()
Method Detail |
---|
public void addReportSet(ReportSet reportSet)
reportSet
- public ReportPlugin clone()
clone
in class Object
public String getArtifactId()
public Object getConfiguration()
public String getGroupId()
public String getInherited()
String
for technical reasons, the semantic type is
actually Boolean
.
Default value is true
.
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
key
-
public List<ReportSet> 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)
String
for technical reasons, the semantic type is
actually Boolean
.
Default value is true
.
inherited
- public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
key
- location
- public void setReportSets(List<ReportSet> reportSets)
execution
in the build.
reportSets
- public void setVersion(String version)
version
- public void flushReportSetMap()
reportSetMap
field to null
public Map<String,ReportSet> getReportSetsAsMap()
ReportSet#getId()
as keyReportSet.getId()
public String getKey()
groupId:artifactId
public static String constructKey(String groupId, String artifactId)
groupId
- artifactId
-
groupId:artifactId
public boolean isInherited()
public void setInherited(boolean inherited)
public void unsetInheritanceApplied()
public boolean isInheritanceApplied()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |