void
AnnotationsSheet.add(org.spdx.library.model.v2.Annotation annotation,
String elementId)
void
ExternalRefsSheet.add(String packageId,
org.spdx.library.model.v2.ExternalRef externalRef)
abstract void
PerFileSheet.add(org.spdx.library.model.v2.SpdxFile file,
String pkgIds)
Add the file to the spreadsheet
void
PerFileSheetV2d0.add(org.spdx.library.model.v2.SpdxFile fileInfo,
String pkgId)
void
PerFileSheetV2d2.add(org.spdx.library.model.v2.SpdxFile fileInfo,
String pkgId)
void
PerFileSheetV2d3.add(org.spdx.library.model.v2.SpdxFile fileInfo,
String pkgId)
void
RelationshipsSheet.add(org.spdx.library.model.v2.Relationship relationship,
String elementId)
void
SnippetSheet.add(org.spdx.library.model.v2.SpdxSnippet snippet)
Add an SPDX snippet to the spreadsheet
abstract void
DocumentInfoSheet.addDocument(org.spdx.library.model.v2.SpdxDocument doc)
Add all origin information from the document
void
DocumentInfoSheetV2d0.addDocument(org.spdx.library.model.v2.SpdxDocument doc)
org.spdx.library.model.v2.SpdxFile
Finds an SPDX file by name by searching through the rows for a matching file name
org.spdx.library.model.v2.SpdxFile
Finds an SPDX file by name by searching through the rows for a matching file name
org.spdx.library.model.v2.SpdxFile
Finds an SPDX file by name by searching through the rows for a matching file name
org.spdx.library.model.v2.Annotation
Retrieve an Annotation object from the specified row
abstract Collection<org.spdx.library.model.v2.ExternalDocumentRef>
Retrieve the external document refs
Collection<org.spdx.library.model.v2.ExternalDocumentRef>
List<org.spdx.library.model.v2.ExternalRef>
Get all external references for a given package ID
abstract org.spdx.library.model.v2.SpdxFile
Get the file information for a row in the PerFileSheet
org.spdx.library.model.v2.SpdxFile
org.spdx.library.model.v2.SpdxFile
org.spdx.library.model.v2.SpdxFile
abstract List<org.spdx.library.model.v2.SpdxPackage>
Retrieves a list of SPDX packages from the sheet
List<org.spdx.library.model.v2.SpdxPackage>
List<org.spdx.library.model.v2.SpdxPackage>
List<org.spdx.library.model.v2.SpdxPackage>
List<org.spdx.library.model.v2.SpdxPackage>
org.spdx.library.model.v2.Relationship
org.spdx.library.model.v2.SpdxSnippet
Get the SPDX snippet represented in the specified row
IMPORTANT: The Snippet From File must already be in the model store.
Get the SpdxFromFileSNippet for the given row
DocumentInfoSheet.openVersion(org.apache.poi.ss.usermodel.Workbook workbook,
String originSheetName,
String version,
org.spdx.storage.IModelStore modelStore,
org.spdx.library.ModelCopyManager copyManager)
Open an existing worksheet
org.spdx.library.model.v2.Checksum
Creates a Checksum
from the parameters specified in the tag value
abstract void
Set the external document refs
void
Convert a string representation of checksums into a collection of Checksum
objects