Package org.apache.maven.reporting.exec
Class ReportSet
java.lang.Object
org.apache.maven.reporting.exec.ReportSet
Represents a set of reports and a configuration to be used to generate them.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.codehaus.plexus.configuration.PlexusConfiguration
getId()
void
setConfiguration
(org.codehaus.plexus.configuration.PlexusConfiguration configuration) void
void
setReports
(List<String> reports) toString()
-
Field Details
-
id
-
configuration
private org.codehaus.plexus.configuration.PlexusConfiguration configuration -
reports
-
-
Constructor Details
-
ReportSet
ReportSet()
-
-
Method Details