Class BuildDependencyGraphVisitor
- java.lang.Object
-
- io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor
-
public class BuildDependencyGraphVisitor extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildDependencyGraphVisitor(Set<ArtifactKey> allRuntimeDeps, Consumer<String> buildTreeConsumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.eclipse.aether.resolution.ArtifactRequest>getArtifactRequests()List<org.eclipse.aether.graph.DependencyNode>getDeploymentNodes()voidvisit(org.eclipse.aether.graph.DependencyNode node)
-
-
-
Constructor Detail
-
BuildDependencyGraphVisitor
public BuildDependencyGraphVisitor(Set<ArtifactKey> allRuntimeDeps, Consumer<String> buildTreeConsumer)
-
-