public class Sbom
extends Object
A CycloneDX 1.6 Software Bill of Materials (SBOM).
-
Nested Class Summary
Nested Classes
static class
static class
static class
static class
static class
static class
-
Constructor Summary
Constructors
-
Method Summary
sbomFrom(org.openrewrite.gradle.marker.GradleProject gp)
sbomFrom(org.openrewrite.marker.Marker m)
sbomFrom(org.openrewrite.maven.tree.MavenResolutionResult mrr)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
sbomFrom
public static @Nullable Sbom.Bom sbomFrom(org.openrewrite.marker.Marker m)
-
sbomFrom
public static Sbom.Bom sbomFrom(org.openrewrite.maven.tree.MavenResolutionResult mrr)
-
sbomFrom
public static Sbom.Bom sbomFrom(org.openrewrite.gradle.marker.GradleProject gp)