Uses of Enum Class
org.cyclonedx.Format
Packages that use Format
-
Uses of Format in org.cyclonedx
Subclasses with type arguments of type Format in org.cyclonedxMethods in org.cyclonedx that return FormatModifier and TypeMethodDescriptionstatic FormatFormat.fromExtension(String extension) Returns the format based on the given file extension.static FormatReturns the enum constant of this class with the specified name.static Format[]Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cyclonedx that return types with arguments of type Format -
Uses of Format in org.cyclonedx.generators
Fields in org.cyclonedx.generators declared as FormatMethods in org.cyclonedx.generators that return FormatModifier and TypeMethodDescriptionAbstractBomGenerator.getFormat()Returns the format that this generator creates.Methods in org.cyclonedx.generators with parameters of type FormatConstructors in org.cyclonedx.generators with parameters of type Format