org.apache.archiva.configuration.functors
Class NetworkProxyComparator

java.lang.Object
  extended by org.apache.archiva.configuration.functors.NetworkProxyComparator
All Implemented Interfaces:
Comparator<NetworkProxyConfiguration>

public class NetworkProxyComparator
extends Object
implements Comparator<NetworkProxyConfiguration>

NetworkProxyComparator


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

NetworkProxyComparator

public NetworkProxyComparator()
Method Detail

compare

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


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.