|
||||||||||
| 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
Class ReportSet.
| Constructor Summary | |
|---|---|
ReportSet()
|
|
| Method Summary | |
|---|---|
void |
addReport(java.lang.String string)
Method addReport |
java.lang.Object |
getConfiguration()
Method getConfiguration |
java.lang.String |
getId()
Method getId |
java.lang.String |
getInherited()
Method getInherited |
java.util.List |
getReports()
Method getReports |
boolean |
isInheritanceApplied()
|
void |
removeReport(java.lang.String string)
Method removeReport |
void |
setConfiguration(java.lang.Object configuration)
Method setConfiguration |
void |
setId(java.lang.String id)
Method setId |
void |
setInherited(java.lang.String inherited)
Method setInherited |
void |
setReports(java.util.List reports)
Method setReports |
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||