public class ReportSet extends Object implements Serializable
Constructor and Description |
---|
ReportSet() |
Modifier and Type | Method and Description |
---|---|
void |
addReport(String string)
Method addReport.
|
Object |
getConfiguration()
Get configuration of the report to be used when generating
this set.
|
String |
getId()
Get the unique id for this report set, to be used during POM
inheritance and profile injection
for merging of report sets.
|
String |
getInherited()
Get whether any configuration should be propagated to child
POMs.
|
List<String> |
getReports()
Method getReports.
|
boolean |
isInheritanceApplied() |
void |
removeReport(String string)
Method removeReport.
|
void |
setConfiguration(Object configuration)
Set configuration of the report to be used when generating
this set.
|
void |
setId(String id)
Set the unique id for this report set, to be used during POM
inheritance and profile injection
for merging of report sets.
|
void |
setInherited(String inherited)
Set whether any configuration should be propagated to child
POMs.
|
void |
setReports(List<String> reports)
Set the list of reports from this plugin which should be
generated from this set.
|
void |
unsetInheritanceApplied() |
public void addReport(String string)
string
- public Object getConfiguration()
public String getId()
public String getInherited()
public void removeReport(String string)
string
- public void setConfiguration(Object configuration)
configuration
- public void setId(String id)
id
- public void setInherited(String inherited)
inherited
- public void setReports(List<String> reports)
reports
- public void unsetInheritanceApplied()
public boolean isInheritanceApplied()
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.