Uses of Enum
org.spdx.maven.OutputFormat
Packages that use OutputFormat
-
Uses of OutputFormat in org.spdx.maven
Methods in org.spdx.maven that return OutputFormatModifier and TypeMethodDescriptionstatic OutputFormatOutputFormat.getOutputFormat(String format, File file) static OutputFormatReturns the enum constant of this type with the specified name.static OutputFormat[]OutputFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.maven with parameters of type OutputFormatModifier and TypeMethodDescriptionprotected voidAggregateSpdxMojo.buildSpdxDependencyInformation(AbstractDocumentBuilder builder, OutputFormat outputFormatEnum) protected voidCreateSpdxMojo.buildSpdxDependencyInformation(AbstractDocumentBuilder builder, OutputFormat outputFormatEnum) Collect dependency information from Maven dependencies and adds it to the builder SPDX document -
Uses of OutputFormat in org.spdx.maven.utils
Fields in org.spdx.maven.utils declared as OutputFormatConstructors in org.spdx.maven.utils with parameters of type OutputFormatModifierConstructorDescriptionAbstractDocumentBuilder(org.apache.maven.project.MavenProject project, boolean generatePurls, File spdxFile, OutputFormat outputFormatEnum) SpdxV2DocumentBuilder(org.apache.maven.project.MavenProject mavenProject, boolean generatePurls, File spdxFile, URI spdxDocumentNamespace, OutputFormat outputFormatEnum) SpdxV3DocumentBuilder(org.apache.maven.project.MavenProject mavenProject, boolean generatePurls, File spdxFile, URI namespaceUri, OutputFormat outputFormatEnum)