Uses of Class
org.cyclonedx.Format
-
Packages that use Format Package Description org.cyclonedx org.cyclonedx.generators -
-
Uses of Format in org.cyclonedx
Fields in org.cyclonedx with type parameters of type Format Modifier and Type Field Description private java.util.EnumSet<Format>Version. formatsMethods in org.cyclonedx that return Format Modifier and Type Method Description static FormatFormat. valueOf(java.lang.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.Methods in org.cyclonedx that return types with arguments of type Format Modifier and Type Method Description java.util.EnumSet<Format>Version. getFormats()Constructor parameters in org.cyclonedx with type arguments of type Format Constructor Description Version(java.lang.String namespace, java.lang.String versionString, double version, java.util.EnumSet<Format> formats) -
Uses of Format in org.cyclonedx.generators
Fields in org.cyclonedx.generators declared as Format Modifier and Type Field Description protected FormatAbstractBomGenerator. formatMethods in org.cyclonedx.generators that return Format Modifier and Type Method Description FormatAbstractBomGenerator. getFormat()Returns the format that this generator creates.Methods in org.cyclonedx.generators with parameters of type Format Modifier and Type Method Description static AbstractBomGeneratorBomGeneratorFactory. create(Version version, Bom bom, Format format)Constructors in org.cyclonedx.generators with parameters of type Format Constructor Description AbstractBomGenerator(Version version, Bom bom, Format format)
-