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 Details

    • BuildDependencyGraphVisitor

      public BuildDependencyGraphVisitor(MavenArtifactResolver resolver, io.quarkus.bootstrap.model.ApplicationModelBuilder appBuilder, Consumer<String> buildTreeConsumer)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details