org.apache.openejb.util
Class UrlComparator
java.lang.Object
org.apache.openejb.util.UrlComparator
- All Implemented Interfaces:
- Comparator<URL>
public class UrlComparator
- extends Object
- implements Comparator<URL>
- Version:
- $Rev: 1153797 $ $Date: 2011-08-04 02:09:44 -0700 (Thu, 04 Aug 2011) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlComparator
public UrlComparator(File directory)
UrlComparator
public UrlComparator(URL base)
compare
public int compare(URL a,
URL b)
- Specified by:
compare in interface Comparator<URL>
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.