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: 710022 $ $Date: 2008-11-03 09:40:14 +0100 (Mo, 03. Nov 2008) $
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-2013 The Apache OpenEJB development community. All Rights Reserved.