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 OutputFormat
OutputFormat.getOutputFormat
(String format, File file) static OutputFormat
Returns 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 void
AggregateSpdxMojo.buildSpdxDependencyInformation
(AbstractDocumentBuilder builder, OutputFormat outputFormatEnum) protected void
CreateSpdxMojo.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)