Uses of Class
org.spdx.tag.InvalidSpdxTagFileException
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.tag | |
| org.spdx.tools |
-
Uses of InvalidSpdxTagFileException in org.spdx.compare
Methods in org.spdx.compare that throw InvalidSpdxTagFileException Modifier and Type Method Description static ChecksumCompareHelper. parseChecksum(String value)Creates a Checksum from the parameters specified in the tag value -
Uses of InvalidSpdxTagFileException in org.spdx.tag
Methods in org.spdx.tag that throw InvalidSpdxTagFileException Modifier and Type Method Description static ChecksumBuildDocument. parseChecksum(String value, int lineNumber)Creates a Checksum from the parameters specified in the tag valuestatic ExternalDocumentRefBuildDocument. parseExternalDocumentRef(String refStr, int lineNumber)Parse a tag/value external document reference string -
Uses of InvalidSpdxTagFileException in org.spdx.tools
Methods in org.spdx.tools that throw InvalidSpdxTagFileException Modifier and Type Method Description static SpdxDocumentContainerTagToRDF. convertTagFileToRdf(InputStream spdxTagFile, String outputFormat, List<String> warnings)Convert an tag/value format input stream into an SPDX Document