SbomSpdxOutputGenerator class

The SBOM SPDX output generator class.

Inheritance

Constructors

SbomSpdxOutputGenerator(SbomConfiguration configuration)
Construction

Properties

configuration SbomConfiguration
SBOM configuration.
final
fileSupport SbomFileSupport
File support
getter/setter pair
formatType String
SPDX formatter type, default is tag/value.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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 pairinherited
tags SbomTags
The generated tags
getter/setter pairinherited

Methods

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

Operators

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