Package jenkins.plugins.maveninfo.util
Class MavenModuleComparator
java.lang.Object
jenkins.plugins.maveninfo.util.MavenModuleComparator
- All Implemented Interfaces:
Comparator<hudson.maven.MavenModule>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(hudson.maven.MavenModule o1, hudson.maven.MavenModule o2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
MavenModuleComparator
public MavenModuleComparator()
-
-
Method Details
-
compare
public int compare(hudson.maven.MavenModule o1, hudson.maven.MavenModule o2) - Specified by:
compare
in interfaceComparator<hudson.maven.MavenModule>
-