Interface Reporter
-
- All Known Implementing Classes:
ContentsReporter,DuplicatesReporter,ExportPackagesReporter,ImportPackagesReporter,ScriptsImportPackagesReporter
public interface Reporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerateReport(ReportContext ctx)StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
generateReport
void generateReport(ReportContext ctx) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-