public static class DependencyTreePage.ArtifactMatcher extends Matcher
Modifier and Type | Field and Description |
---|---|
protected java.util.HashSet<java.lang.String> |
artifactKeys |
Constructor and Description |
---|
ArtifactMatcher(org.eclipse.jface.viewers.IStructuredSelection selection) |
Modifier and Type | Method and Description |
---|---|
protected void |
addArtifactKey(java.lang.Object o) |
protected java.lang.String |
getKey(java.lang.String groupId,
java.lang.String artifactId) |
boolean |
isEmpty() |
boolean |
isMatchingArtifact(java.lang.String groupId,
java.lang.String artifactId) |
public ArtifactMatcher(org.eclipse.jface.viewers.IStructuredSelection selection)
public boolean isMatchingArtifact(java.lang.String groupId, java.lang.String artifactId)
isMatchingArtifact
in class Matcher
protected void addArtifactKey(java.lang.Object o)
protected java.lang.String getKey(java.lang.String groupId, java.lang.String artifactId)