Package org.apache.maven.doxia.tools
Class ReportComparator
- java.lang.Object
-
- org.apache.maven.doxia.tools.ReportComparator
-
- All Implemented Interfaces:
java.util.Comparator<org.apache.maven.reporting.MavenReport>
public class ReportComparator extends java.lang.Object implements java.util.Comparator<org.apache.maven.reporting.MavenReport>
Sorts reports.- Author:
- Brett Porter TODO move to reporting API? TODO allow reports to define their order in some other way?
-
-
Constructor Summary
Constructors Constructor Description ReportComparator(java.util.Locale locale)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(org.apache.maven.reporting.MavenReport r1, org.apache.maven.reporting.MavenReport r2)
-