protected class AbstractResolveDependencies.IgnorableDependency extends Object
| Modifier and Type | Field and Description |
|---|---|
Pattern |
artifactId |
Pattern |
classifier |
Pattern |
groupId |
List<Pattern> |
ignorePatterns |
Pattern |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractResolveDependencies.IgnorableDependency() |
| Modifier and Type | Method and Description |
|---|---|
AbstractResolveDependencies.IgnorableDependency |
applyIgnoreClasses(String[] ignores,
boolean indent) |
boolean |
matches(String className) |
boolean |
matchesArtifact(org.apache.maven.artifact.Artifact dup) |
public Pattern groupId
public Pattern artifactId
public Pattern classifier
public Pattern type
protected AbstractResolveDependencies.IgnorableDependency()
public AbstractResolveDependencies.IgnorableDependency applyIgnoreClasses(String[] ignores, boolean indent)
public boolean matchesArtifact(org.apache.maven.artifact.Artifact dup)
public boolean matches(String className)
Copyright © 2014–2015 SciJava. All rights reserved.