net.imagej.patcher
Class LegacyHooks.FatJarNameComparator
java.lang.Object
net.imagej.patcher.LegacyHooks.FatJarNameComparator
- All Implemented Interfaces:
- Comparator<String>
- Enclosing class:
- LegacyHooks
public static final class LegacyHooks.FatJarNameComparator
- extends Object
- implements Comparator<String>
Comparator to ensure that problematic fat JARs are sorted last.
It is intended to be used with a Pattern that filters things this
way.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compare
public int compare(String a,
String b)
- Specified by:
compare in interface Comparator<String>
Copyright © 2009–2014 ImageJ. All rights reserved.