public final class ArtifactUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Set<org.apache.maven.artifact.Artifact> |
checkDependencies(Set<org.apache.maven.artifact.Artifact> dependencies,
List<String> thePatterns)
Checks the set of dependencies against the list of patterns.
|
static Set<org.apache.maven.artifact.Artifact> |
getAllDescendants(org.apache.maven.shared.dependency.graph.DependencyNode node) |
public static Set<org.apache.maven.artifact.Artifact> getAllDescendants(org.apache.maven.shared.dependency.graph.DependencyNode node)
public static Set<org.apache.maven.artifact.Artifact> checkDependencies(Set<org.apache.maven.artifact.Artifact> dependencies, List<String> thePatterns) throws EnforcerRuleException
thePatterns
- the patternsdependencies
- the dependenciesnull
EnforcerRuleException
- the enforcer rule exceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.