net.imagej.launcher
Class ClassLoaderPlus.FatJarFileComparator

java.lang.Object
  extended by 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.


Method Summary
 int compare(File a, File b)
           
 
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
 

Method Detail

compare

public int compare(File a,
                   File b)
Specified by:
compare in interface Comparator<File>


Copyright © 2009–2016 ImageJ. All rights reserved.