SbomSpdxOutputGenerator constructor

SbomSpdxOutputGenerator(
  1. SbomConfiguration configuration
)

Construction

Implementation

SbomSpdxOutputGenerator(this.configuration) {
  fileSupport = SbomFileSupport(configuration.packageTopLevel);
}