com.fatwire.gst.foundation.vwebroot
Class VirtualWebrootApiBypassDao.UrlInfoComparator
java.lang.Object
com.fatwire.gst.foundation.vwebroot.VirtualWebrootApiBypassDao.UrlInfoComparator
- All Implemented Interfaces:
- Comparator<VirtualWebroot>
- Enclosing class:
- VirtualWebrootApiBypassDao
public static class VirtualWebrootApiBypassDao.UrlInfoComparator
- extends Object
- implements Comparator<VirtualWebroot>
Comparator that compares virtual webroots by webroot. Uses
reverse-natural ordering to ensure that overlapping virtual webroots
resolve properly.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VirtualWebrootApiBypassDao.UrlInfoComparator
public VirtualWebrootApiBypassDao.UrlInfoComparator()
compare
public int compare(VirtualWebroot o1,
VirtualWebroot o2)
- Specified by:
compare
in interface Comparator<VirtualWebroot>
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.