org.codehaus.mojo.versions.ordering
Class ReactorDepthComparator

java.lang.Object
  extended by org.codehaus.mojo.versions.ordering.ReactorDepthComparator
All Implemented Interfaces:
Comparator

public class ReactorDepthComparator
extends Object
implements Comparator

Created by IntelliJ IDEA.

Since:
15-Sep-2010 14:54:42
Author:
Stephen Connolly

Constructor Summary
ReactorDepthComparator(Map reactor)
           
 
Method Summary
 int compare(Object o1, Object 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

ReactorDepthComparator

public ReactorDepthComparator(Map reactor)
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator


Copyright © 2008-2012 Codehaus. All Rights Reserved.