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 TypeMethodDescriptionintSnippetInfo.getByteRangeEnd()intSnippetInfo.getByteRangeStart()intSnippetInfo.getLineRangeEnd()intSnippetInfo.getLineRangeStart() -
Uses of SpdxBuilderException in org.spdx.maven.utils
Methods in org.spdx.maven.utils that throw SpdxBuilderExceptionModifier and TypeMethodDescriptionabstract voidAbstractDocumentBuilder.addNonStandardLicenses(NonStandardLicense[] nonStandardLicenses) voidSpdxV2DocumentBuilder.addNonStandardLicenses(NonStandardLicense[] nonStandardLicenses) voidSpdxV3DocumentBuilder.addNonStandardLicenses(NonStandardLicense[] nonStandardLicenses) abstract voidAbstractDocumentBuilder.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 documentvoidSpdxV2DocumentBuilder.collectSpdxFileInformation(List<org.apache.maven.shared.model.fileset.FileSet> sources, String baseDir, SpdxDefaultFileInformation defaultFileInformation, HashMap<String, SpdxDefaultFileInformation> pathSpecificInformation, Set<String> checksumAlgorithms) voidSpdxV3DocumentBuilder.collectSpdxFileInformation(List<org.apache.maven.shared.model.fileset.FileSet> sources, String baseDir, SpdxDefaultFileInformation defaultFileInformation, HashMap<String, SpdxDefaultFileInformation> pathSpecificInformation, Set<String> checksumAlgorithms) abstract voidAbstractDocumentBuilder.fillSpdxDocumentInformation(SpdxProjectInformation projectInformation) voidSpdxV2DocumentBuilder.fillSpdxDocumentInformation(SpdxProjectInformation projectInformation) voidSpdxV3DocumentBuilder.fillSpdxDocumentInformation(SpdxProjectInformation projectInformation) abstract voidAbstractDocumentBuilder.saveSpdxDocumentToFile()Saves the SPDX document to the filevoidSpdxV2DocumentBuilder.saveSpdxDocumentToFile()voidSpdxV3DocumentBuilder.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)