org.codehaus.mojo.versions.ordering
Class VersionComparators

java.lang.Object
  extended by org.codehaus.mojo.versions.ordering.VersionComparators

public final class VersionComparators
extends Object

Utility.

Since:
1.0-alpha-3
Author:
Stephen Connolly

Method Summary
static Comparator getVersionComparator(String comparisonMethod)
          Returns the version comparator to use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersionComparator

public static Comparator getVersionComparator(String comparisonMethod)
Returns the version comparator to use.

Parameters:
comparisonMethod - the comparison method.
Returns:
the version comparator to use.
Since:
1.0-alpha-1


Copyright © 2008-2009 Codehaus. All Rights Reserved.