com.sun.grizzly.http.servlet.deployer.comparator
Class WarFileComparator

java.lang.Object
  extended by com.sun.grizzly.http.servlet.deployer.comparator.WarFileComparator
All Implemented Interfaces:
Comparator<File>

public class WarFileComparator
extends Object
implements Comparator<File>


Constructor Summary
WarFileComparator()
           
 
Method Summary
 int compare(File o1, File 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
 

Constructor Detail

WarFileComparator

public WarFileComparator()
Method Detail

compare

public int compare(File o1,
                   File o2)
Specified by:
compare in interface Comparator<File>


Copyright © 2012 Oracle Corporation. All Rights Reserved.