|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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. |
Object |
getConfiguration()
Get configuration of the report to be used when generating this set. |
String |
getId()
Get the unique id for this report set, to be used during POM inheritance and profile injection for merging of report sets. |
String |
getInherited()
Get whether any configuration should be propagated to child POMs. |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input source. |
List<String> |
getReports()
Method getReports. |
boolean |
isInheritanceApplied()
|
void |
removeReport(String string)
Method removeReport. |
void |
setConfiguration(Object configuration)
Set configuration of the report to be used when generating this set. |
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 |
setInherited(String inherited)
Set whether any configuration should be propagated to child POMs. |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field. |
void |
setReports(List<String> reports)
Set the list of reports from this plugin which should be generated from this set. |
String |
toString()
|
void |
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 Objectpublic Object getConfiguration()
public String getId()
public String getInherited()
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation in interface InputLocationTrackerkey -
public List<String> getReports()
public void removeReport(String string)
string - public void setConfiguration(Object configuration)
configuration - public void setId(String id)
id - public void setInherited(String inherited)
inherited -
public void setLocation(Object key,
InputLocation location)
InputLocationTracker
setLocation in interface InputLocationTrackerkey - location - public void setReports(List<String> reports)
reports - public void unsetInheritanceApplied()
public boolean isInheritanceApplied()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||