Class ReportSet
java.lang.Object
org.apache.maven.model.ConfigurationContainer
org.apache.maven.model.ReportSet
- All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker
Represents a set of reports and configuration to be used to
generate them.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod addReport.clone()Method clone.getId()Get the unique id for this report set, to be used during POM inheritance and profile injection for merging of report sets.Method getReports.voidremoveReport(String string) Method removeReport.voidSet the unique id for this report set, to be used during POM inheritance and profile injection for merging of report sets.voidsetReports(List<String> reports) Set the list of reports from this plugin which should be generated from this set.toString()Methods inherited from class ConfigurationContainer
getConfiguration, getInherited, getLocation, isInheritanceApplied, isInherited, setConfiguration, setInherited, setInherited, setLocation, setOtherLocation, unsetInheritanceApplied
-
Constructor Details
-
ReportSet
public ReportSet()
-
-
Method Details
-
addReport
-
clone
Method clone.- Overrides:
clonein classConfigurationContainer- Returns:
- ReportSet
-
getId
Get the unique id for this report set, to be used during POM inheritance and profile injection for merging of report sets.- Returns:
- String
-
getReports
-
removeReport
-
setId
Set the unique id for this report set, to be used during POM inheritance and profile injection for merging of report sets.- Parameters:
id- a id object.
-
setReports
-
toString
-