Uses of Class
org.spdx.spdxspreadsheet.SpreadsheetException
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.rdfparser.license |
Classes implementing the license model for the SPDX Parser
|
| org.spdx.spdxspreadsheet | |
| org.spdx.tools |
-
Uses of SpreadsheetException in org.spdx.compare
Methods in org.spdx.compare that throw SpreadsheetException Modifier and Type Method Description voidMultiDocumentSpreadsheet. create(File spreadsheetFile)voidMultiDocumentSpreadsheet. importVerificationErrors(List<String>[] verificationErrors, String[] docNames)voidVerificationSheet. importVerificationErrors(List<String>[] verificationErrors, String[] docNames)Import verification errorsConstructors in org.spdx.compare that throw SpreadsheetException Constructor Description MultiDocumentSpreadsheet(File spreadsheetFile, boolean create, boolean readonly) -
Uses of SpreadsheetException in org.spdx.rdfparser.license
Methods in org.spdx.rdfparser.license that throw SpreadsheetException Modifier and Type Method Description Iterator<ListedLicenseException>ISpdxListedLicenseProvider. getExceptionIterator() -
Uses of SpreadsheetException in org.spdx.spdxspreadsheet
Subclasses of SpreadsheetException in org.spdx.spdxspreadsheet Modifier and Type Class Description classInvalidLicenseStringExceptionExceptions related to License Strings stored in the spreadsheet.Methods in org.spdx.spdxspreadsheet that throw SpreadsheetException Modifier and Type Method Description voidExternalRefsSheet. add(String packageId, ExternalRef externalRef, SpdxDocumentContainer container)voidSnippetSheet. add(SpdxSnippet snippet)abstract voidDocumentInfoSheet. addDocument(SpdxDocument doc)Add all origin information from the documentvoidOriginsSheetV0d9d4. addDocument(SpdxDocument doc)voidOriginsSheetV1d1. addDocument(SpdxDocument doc)voidOriginsSheetV1d2. addDocument(SpdxDocument doc)voidOriginsSheetV2d0. addDocument(SpdxDocument doc)voidAbstractSpreadsheet. close()abstract voidAbstractSpreadsheet. create(File spreadsheetFile)voidSPDXSpreadsheet. create(File spreadsheetFile)SpdxFilePerFileSheetV1d2. findFileByName(String fileName, SpdxDocumentContainer container)Finds an SPDX file by name by searching through the rows for a matching file nameSpdxFilePerFileSheetV2d0. findFileByName(String fileName, SpdxDocumentContainer container)Finds an SPDX file by name by searching through the rows for a matching file nameSpdxFilePerFileSheetV2d2. findFileByName(String fileName, SpdxDocumentContainer container)Finds an SPDX file by name by searching through the rows for a matching file nameAnnotationAnnotationsSheet. getAnnotation(int rowNum)abstract ExternalDocumentRef[]DocumentInfoSheet. getExternalDocumentRefs()ExternalDocumentRef[]OriginsSheetV2d0. getExternalDocumentRefs()abstract SpdxFilePerFileSheet. getFileInfo(int rowNum, SpdxDocumentContainer container)Get the file information for a row in the PerFileSheetSpdxFilePerFileSheetV09d3. getFileInfo(int rowNum, SpdxDocumentContainer container)SpdxFilePerFileSheetV1d1. getFileInfo(int rowNum, SpdxDocumentContainer container)SpdxFilePerFileSheetV1d2. getFileInfo(int rowNum, SpdxDocumentContainer container)SpdxFilePerFileSheetV2d0. getFileInfo(int rowNum, SpdxDocumentContainer container)SpdxFilePerFileSheetV2d2. getFileInfo(int rowNum, SpdxDocumentContainer container)abstract SpdxPackage[]PackageInfoSheet. getPackages(SpdxDocumentContainer container)SpdxPackage[]PackageInfoSheetV09d2. getPackages(SpdxDocumentContainer container)SpdxPackage[]PackageInfoSheetV09d3. getPackages(SpdxDocumentContainer container)SpdxPackage[]PackageInfoSheetV1d2. getPackages(SpdxDocumentContainer container)SpdxPackage[]PackageInfoSheetV2d0. getPackages(SpdxDocumentContainer container)SpdxPackage[]PackageInfoSheetV2d1. getPackages(SpdxDocumentContainer container)SpdxPackage[]PackageInfoSheetV2d2. getPackages(SpdxDocumentContainer container)SpdxPackage[]PackageInfoSheetV9d1. getPackages(SpdxDocumentContainer container)RelationshipRelationshipsSheet. getRelationship(int rowNum, SpdxDocumentContainer container)SpdxSnippetSnippetSheet. getSnippet(int rowNum, SpdxDocumentContainer container)Get the SPDX snippet represented in the row rownum.StringSnippetSheet. getSnippetFileId(int rowNum)Get the SpdxFromFileSNippet for the given rowabstract voidDocumentInfoSheet. setExternalDocumentRefs(ExternalDocumentRef[] externalDocumentRefs)Set the external document refsvoidOriginsSheetV2d0. setExternalDocumentRefs(ExternalDocumentRef[] externalDocumentRefs)Constructors in org.spdx.spdxspreadsheet that throw SpreadsheetException Constructor Description AbstractSpreadsheet(File spreadsheetFile, boolean create, boolean readonly)SPDXSpreadsheet(File spreadsheetFile, boolean create, boolean readonly)Creates a new spreadsheet based on an existing file. -
Uses of SpreadsheetException in org.spdx.tools
Methods in org.spdx.tools that throw SpreadsheetException Modifier and Type Method Description static voidRdfToSpreadsheet. copyRdfXmlToSpreadsheet(SpdxDocument doc, SPDXSpreadsheet ss)static SpdxDocumentSpreadsheetToRDF. copySpreadsheetToSPDXAnalysis(SPDXSpreadsheet ss)