Class DependencyTreeRequest

java.lang.Object
io.quarkus.domino.inspect.DependencyTreeRequest

public class DependencyTreeRequest extends Object
  • Method Details

    • ofRoot

      public static DependencyTreeRequest ofRoot(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.graph.Dependency> constraints, Collection<org.eclipse.aether.graph.Exclusion> exclusions)
    • ofDependency

      public static DependencyTreeRequest ofDependency(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.graph.Dependency> constraints, Collection<org.eclipse.aether.graph.Exclusion> exclusions)
    • ofPlugin

      public static DependencyTreeRequest ofPlugin(org.eclipse.aether.artifact.Artifact artifact)
    • ofPlugin

      public static DependencyTreeRequest ofPlugin(org.eclipse.aether.artifact.Artifact artifact, Collection<org.eclipse.aether.graph.Exclusion> exclusions)
    • getArtifact

      public org.eclipse.aether.artifact.Artifact getArtifact()
    • getConstraints

      public List<org.eclipse.aether.graph.Dependency> getConstraints()
    • getExclusions

      public Collection<org.eclipse.aether.graph.Exclusion> getExclusions()