org.apache.openejb.util
Class UrlComparator

java.lang.Object
  extended by org.apache.openejb.util.UrlComparator
All Implemented Interfaces:
Comparator<URL>

public class UrlComparator
extends Object
implements Comparator<URL>

Version:
$Rev: 710022 $ $Date: 2008-11-03 09:40:14 +0100 (Mo, 03. Nov 2008) $

Constructor Summary
UrlComparator(File directory)
           
UrlComparator(URL base)
           
 
Method Summary
 int compare(URL a, URL 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
 

Constructor Detail

UrlComparator

public UrlComparator(File directory)

UrlComparator

public UrlComparator(URL base)
Method Detail

compare

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


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.