Package | Description |
---|---|
org.cyclonedx | |
org.cyclonedx.generators |
Modifier and Type | Method and Description |
---|---|
static Format |
Format.fromExtension(String extension)
Returns the format based on the given file extension.
|
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Format> |
Version.getFormats() |
Modifier and Type | Field and Description |
---|---|
protected Format |
AbstractBomGenerator.format |
Modifier and Type | Method and Description |
---|---|
Format |
AbstractBomGenerator.getFormat()
Returns the format that this generator creates.
|
Modifier and Type | Method and Description |
---|---|
static AbstractBomGenerator |
BomGeneratorFactory.create(Version version,
Bom bom,
Format format) |
Constructor and Description |
---|
AbstractBomGenerator(Version version,
Bom bom,
Format format) |
Copyright © 2017–2025 OWASP Foundation. All rights reserved.