Package io.quarkus.bom.diff
Class BomDiff.Config
- java.lang.Object
-
- io.quarkus.bom.diff.BomDiff.Config
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BomDiff.Configcompare(Path bomPath)BomDiff.Configcompare(org.eclipse.aether.artifact.Artifact bomArtifact)BomDiff.Configresolver(ArtifactResolver resolver)BomDiffto(String groupId, String artifactId, String version)BomDiffto(Path bomPath)BomDiffto(org.eclipse.aether.artifact.Artifact bomArtifact)
-
-
-
Method Detail
-
resolver
public BomDiff.Config resolver(ArtifactResolver resolver)
-
compare
public BomDiff.Config compare(org.eclipse.aether.artifact.Artifact bomArtifact)
-
compare
public BomDiff.Config compare(Path bomPath)
-
to
public BomDiff to(org.eclipse.aether.artifact.Artifact bomArtifact)
-
-