Package io.quarkus.domino.inspect
Class DependencyTreeRequest
java.lang.Object
io.quarkus.domino.inspect.DependencyTreeRequest
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.aether.artifact.ArtifactList<org.eclipse.aether.graph.Dependency>Collection<org.eclipse.aether.graph.Exclusion>static DependencyTreeRequestofDependency(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.graph.Dependency> constraints, Collection<org.eclipse.aether.graph.Exclusion> exclusions) static DependencyTreeRequestofPlugin(org.eclipse.aether.artifact.Artifact artifact) static DependencyTreeRequestofPlugin(org.eclipse.aether.artifact.Artifact artifact, Collection<org.eclipse.aether.graph.Exclusion> exclusions) static DependencyTreeRequestofRoot(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.graph.Dependency> constraints, Collection<org.eclipse.aether.graph.Exclusion> exclusions)
-
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
-
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
-
getExclusions
-