|
||||||||||
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(java.lang.String string)
Method addReport |
java.lang.Object |
getConfiguration()
Get Configuration of the report to be used when generating this set. |
java.lang.String |
getId()
Get The unique id for this report set, to be used during POM inheritance. |
java.lang.String |
getInherited()
Get Whether any configuration should be propagated to child POMs. |
java.lang.String |
getModelEncoding()
|
java.util.List |
getReports()
Method getReports |
boolean |
isInheritanceApplied()
|
void |
removeReport(java.lang.String string)
Method removeReport |
void |
setConfiguration(java.lang.Object configuration)
Set Configuration of the report to be used when generating this set. |
void |
setId(java.lang.String id)
Set The unique id for this report set, to be used during POM inheritance. |
void |
setInherited(java.lang.String inherited)
Set Whether any configuration should be propagated to child POMs. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setReports(java.util.List reports)
Set The list of reports from this plugin which should be generated from this set. |
void |
unsetInheritanceApplied()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportSet()
Method Detail |
---|
public void addReport(java.lang.String string)
string
- public java.lang.Object getConfiguration()
public java.lang.String getId()
public java.lang.String getInherited()
public java.util.List getReports()
public void removeReport(java.lang.String string)
string
- public void setConfiguration(java.lang.Object configuration)
configuration
- public void setId(java.lang.String id)
id
- public void setInherited(java.lang.String inherited)
inherited
- public void setReports(java.util.List reports)
reports
- public void unsetInheritanceApplied()
public boolean isInheritanceApplied()
public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |