SbomGenerator class

The main SBOM output generator class.

Constructors

SbomGenerator(SbomConfiguration configuration)
Construction.

Properties

configuration SbomConfiguration
The valid SBOM configuration.
final
hashCode int
The hash code for this object.
no setterinherited
output SbomIOutputGenerator
Output generator
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sbomFilePath String
Path(absolute) to the generated SBOM file. Set on successful generation.
getter/setter pair
tags SbomTags
The generated tags.
no setter
valid bool
Validity
getter/setter pair

Methods

generate() → void
Generate.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited