|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.model.ConfigurationContainer org.apache.maven.model.ReportSet
public class ReportSet
Represents a set of reports and configuration to be used to generate them.
Constructor Summary | |
---|---|
ReportSet()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class org.apache.maven.model.ConfigurationContainer |
---|
getConfiguration, getInherited, getLocation, isInheritanceApplied, isInherited, setConfiguration, setInherited, setInherited, setLocation, unsetInheritanceApplied |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReportSet()
Method Detail |
---|
public void addReport(String string)
string
- 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
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |