|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReportSet | |
|---|---|
| org.apache.maven.model | |
| org.apache.maven.project | |
| Uses of ReportSet in org.apache.maven.model |
|---|
| Methods in org.apache.maven.model that return types with arguments of type ReportSet | |
|---|---|
List<ReportSet> |
ReportPlugin.getReportSets()
Method getReportSets. |
| Methods in org.apache.maven.model with parameters of type ReportSet | |
|---|---|
void |
ReportPlugin.addReportSet(ReportSet reportSet)
Method addReportSet. |
void |
ReportPlugin.removeReportSet(ReportSet reportSet)
Method removeReportSet. |
| Method parameters in org.apache.maven.model with type arguments of type ReportSet | |
|---|---|
void |
ReportPlugin.setReportSets(List<ReportSet> reportSets)
Set multiple specifications of a set of reports, each having (possibly) different configuration. |
| Uses of ReportSet in org.apache.maven.project |
|---|
| Methods in org.apache.maven.project that return ReportSet | |
|---|---|
static ReportSet |
ModelUtils.cloneReportSet(ReportSet src)
|
| Methods in org.apache.maven.project with parameters of type ReportSet | |
|---|---|
static ReportSet |
ModelUtils.cloneReportSet(ReportSet src)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||