public static class MavenDependenciesWizardPage.DependencySorter
extends org.eclipse.jface.viewers.ViewerComparator
ViewerComparator attached to the dependency viewer. Objects of type Dependency are
sorted by (1) their groupId and (2) their artifactId.| Constructor and Description |
|---|
DependencySorter() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.eclipse.jface.viewers.Viewer viewer,
Object e1,
Object e2)
Two objects of type
Dependency are sorted by (1) their groupId and (2) their artifactId. |
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.