org.apache.maven.archiva.configuration.functors
Class NetworkProxyComparator

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

public class NetworkProxyComparator
extends java.lang.Object
implements java.util.Comparator<NetworkProxyConfiguration>

NetworkProxyComparator

Version:
$Id: NetworkProxyComparator.java 581104 2007-10-01 22:33:16Z joakime $
Author:
Joakim Erdfelt

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 java.util.Comparator<NetworkProxyConfiguration>


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.