public interface DependencyMap
Modifier and Type | Method and Description |
---|---|
void |
addMapping(org.sonatype.aether.artifact.Artifact from,
org.sonatype.aether.artifact.Artifact to) |
void |
addMapping(String groupId,
String artifactId,
String version,
String jppGroupId,
String jppArtifactId)
Deprecated.
|
boolean |
isEmpty() |
Set<org.sonatype.aether.artifact.Artifact> |
relativesOf(org.sonatype.aether.artifact.Artifact artifact)
Find all artifacts somehow related to given artifact.
|
List<org.sonatype.aether.artifact.Artifact> |
translate(org.sonatype.aether.artifact.Artifact artifact)
Compute a list of artifacts reachable from given start artifact in a transitive closure of dependency graph.
|
boolean isEmpty()
@Deprecated void addMapping(String groupId, String artifactId, String version, String jppGroupId, String jppArtifactId)
void addMapping(org.sonatype.aether.artifact.Artifact from, org.sonatype.aether.artifact.Artifact to)
List<org.sonatype.aether.artifact.Artifact> translate(org.sonatype.aether.artifact.Artifact artifact)
artifact
- start point of depth-first searchSet<org.sonatype.aether.artifact.Artifact> relativesOf(org.sonatype.aether.artifact.Artifact artifact)
artifact
- artifact relatives of which are to be foundCopyright © 2012-2021 Red Hat, Inc.. All Rights Reserved.