public class ReportSet extends ConfigurationContainer implements Serializable, Cloneable
Constructor and Description |
---|
ReportSet() |
Modifier and Type | Method and Description |
---|---|
void |
addReport(String string)
Method addReport.
|
ReportSet |
clone()
Method clone.
|
String |
getId()
Get the unique id for this report set, to be used during POM
inheritance and profile injection
for merging of report sets.
|
List<String> |
getReports()
Method getReports.
|
void |
removeReport(String string)
Method removeReport.
|
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 |
setReports(List<String> reports)
Set the list of reports from this plugin which should be
generated from this set.
|
String |
toString() |
getConfiguration, getInherited, getLocation, isInheritanceApplied, isInherited, setConfiguration, setInherited, setInherited, setLocation, unsetInheritanceApplied
public ReportSet()
public ReportSet clone()
clone
in class ConfigurationContainer
public String getId()
public List<String> getReports()
public void removeReport(String string)
string
- public void setId(String id)
id
- public void setReports(List<String> reports)
reports
- Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.