net.imagej.launcher
Class ClassLoaderPlus.FatJarFileComparator
java.lang.Object
net.imagej.launcher.ClassLoaderPlus.FatJarFileComparator
- All Implemented Interfaces:
- Comparator<File>
- Enclosing class:
- ClassLoaderPlus
public static final class ClassLoaderPlus.FatJarFileComparator
- extends Object
- implements Comparator<File>
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(File a,
File b)
- Specified by:
compare in interface Comparator<File>
Copyright © 2009–2016 ImageJ. All rights reserved.