public class DependencyComparator extends Object implements Comparator<org.apache.maven.model.Dependency>
| Constructor and Description |
|---|
DependencyComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.apache.maven.model.Dependency d1,
org.apache.maven.model.Dependency d2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(org.apache.maven.model.Dependency d1,
org.apache.maven.model.Dependency d2)
compare in interface Comparator<org.apache.maven.model.Dependency>d1 - the first dependencyd2 - the second dependency.Comparator.compare(Object, Object)Copyright © 2008-2014. All Rights Reserved.