Class BuildDependencyGraphVisitor
java.lang.Object
io.quarkus.bootstrap.resolver.maven.BuildDependencyGraphVisitor
@Deprecated(since="3.19.0",
forRemoval=true)
public class BuildDependencyGraphVisitor
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.19.0
This class is an implementation detail of
ApplicationDependencyTreeResolver,
which at some point will be removed.-
Constructor Summary
ConstructorsConstructorDescriptionBuildDependencyGraphVisitor(MavenArtifactResolver resolver, ApplicationModelBuilder appBuilder, Consumer<String> buildTreeConsumer) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(org.eclipse.aether.graph.DependencyNode node) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BuildDependencyGraphVisitor
public BuildDependencyGraphVisitor(MavenArtifactResolver resolver, ApplicationModelBuilder appBuilder, Consumer<String> buildTreeConsumer) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
visit
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
BootstrapMavenException
-