Package org.jboss.logging.processor.apt
Class ReportFileGenerator.MessageMethodSortComparator
- java.lang.Object
-
- org.jboss.logging.processor.apt.ReportFileGenerator.MessageMethodSortComparator
-
- All Implemented Interfaces:
java.util.Comparator<MessageMethod>
- Enclosing class:
- ReportFileGenerator
private static class ReportFileGenerator.MessageMethodSortComparator extends java.lang.Object implements java.util.Comparator<MessageMethod>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static ReportFileGenerator.MessageMethodSortComparator
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
MessageMethodSortComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(MessageMethod o1, MessageMethod o2)
-
-
-
Field Detail
-
INSTANCE
static final ReportFileGenerator.MessageMethodSortComparator INSTANCE
-
-
Method Detail
-
compare
public int compare(MessageMethod o1, MessageMethod o2)
- Specified by:
compare
in interfacejava.util.Comparator<MessageMethod>
-
-