net.imagej.patcher
Class LegacyHooks.FatJarNameComparator

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


Method Summary
 int compare(String a, String 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(String a,
                   String b)
Specified by:
compare in interface Comparator<String>


Copyright © 2009–2014 ImageJ. All rights reserved.