Uses of Class
org.spdx.maven.utils.SpdxBuilderException
Packages that use SpdxBuilderException
-
Uses of SpdxBuilderException in org.spdx.maven
Methods in org.spdx.maven that throw SpdxBuilderExceptionModifier and TypeMethodDescriptionint
SnippetInfo.getByteRangeEnd()
int
SnippetInfo.getByteRangeStart()
int
SnippetInfo.getLineRangeEnd()
int
SnippetInfo.getLineRangeStart()
-
Uses of SpdxBuilderException in org.spdx.maven.utils
Methods in org.spdx.maven.utils that throw SpdxBuilderExceptionModifier and TypeMethodDescriptionabstract void
AbstractDocumentBuilder.addNonStandardLicenses
(NonStandardLicense[] nonStandardLicenses) void
SpdxV2DocumentBuilder.addNonStandardLicenses
(NonStandardLicense[] nonStandardLicenses) void
SpdxV3DocumentBuilder.addNonStandardLicenses
(NonStandardLicense[] nonStandardLicenses) abstract void
AbstractDocumentBuilder.collectSpdxFileInformation
(List<org.apache.maven.shared.model.fileset.FileSet> sources, String baseDir, SpdxDefaultFileInformation defaultFileInformation, HashMap<String, SpdxDefaultFileInformation> pathSpecificInformation, Set<String> checksumAlgorithms) Collect information at the file level, fill in the SPDX documentvoid
SpdxV2DocumentBuilder.collectSpdxFileInformation
(List<org.apache.maven.shared.model.fileset.FileSet> sources, String baseDir, SpdxDefaultFileInformation defaultFileInformation, HashMap<String, SpdxDefaultFileInformation> pathSpecificInformation, Set<String> checksumAlgorithms) void
SpdxV3DocumentBuilder.collectSpdxFileInformation
(List<org.apache.maven.shared.model.fileset.FileSet> sources, String baseDir, SpdxDefaultFileInformation defaultFileInformation, HashMap<String, SpdxDefaultFileInformation> pathSpecificInformation, Set<String> checksumAlgorithms) abstract void
AbstractDocumentBuilder.fillSpdxDocumentInformation
(SpdxProjectInformation projectInformation) void
SpdxV2DocumentBuilder.fillSpdxDocumentInformation
(SpdxProjectInformation projectInformation) void
SpdxV3DocumentBuilder.fillSpdxDocumentInformation
(SpdxProjectInformation projectInformation) abstract void
AbstractDocumentBuilder.saveSpdxDocumentToFile()
Saves the SPDX document to the filevoid
SpdxV2DocumentBuilder.saveSpdxDocumentToFile()
void
SpdxV3DocumentBuilder.saveSpdxDocumentToFile()
Constructors in org.spdx.maven.utils that throw SpdxBuilderExceptionModifierConstructorDescriptionAbstractDocumentBuilder
(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)