Package org.apache.maven.reporting.exec
Class ReportSet
- java.lang.Object
-
- org.apache.maven.reporting.exec.ReportSet
-
public class ReportSet extends Object
Represents a set of reports and a configuration to be used to generate them.- See Also:
ReportSet
-
-
Constructor Summary
Constructors Constructor Description ReportSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.configuration.PlexusConfiguration
getConfiguration()
String
getId()
List<String>
getReports()
void
setConfiguration(org.codehaus.plexus.configuration.PlexusConfiguration configuration)
void
setId(String id)
void
setReports(List<String> reports)
String
toString()
-