public List getReportSets()

in src/main/java/org/apache/maven/reporting/exec/ReportPlugin.java [78:84]


    public List<ReportSet> getReportSets() {
        if (this.reportSets == null) {
            this.reportSets = new ArrayList<>();
        }

        return this.reportSets;
    }