Uses of Class
org.spdx.rdfparser.SpdxDocumentContainer
| Package | Description |
|---|---|
| org.spdx.rdfparser.license |
Classes implementing the license model for the SPDX Parser
|
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| org.spdx.spdxspreadsheet | |
| org.spdx.tag | |
| org.spdx.tools |
-
Uses of SpdxDocumentContainer in org.spdx.rdfparser.license
Methods in org.spdx.rdfparser.license with parameters of type SpdxDocumentContainer Modifier and Type Method Description static AnyLicenseInfoLicenseInfoFactory. parseSPDXLicenseString(String licenseString, SpdxDocumentContainer container)Parses a license string and converts it into a SPDXLicenseInfo object Syntax - A license set must start and end with a parenthesis "(" A conjunctive license set will have and AND after the first licenseInfo term A disjunctive license set will have an OR after the first licenseInfo term If there is no And or Or, then it is converted to a simple license type A space or tab must be used between license ID's and the keywords AND and OR A licenseID must NOT be "AND" or "OR" -
Uses of SpdxDocumentContainer in org.spdx.rdfparser.model
Methods in org.spdx.rdfparser.model that return SpdxDocumentContainer Modifier and Type Method Description SpdxDocumentContainerSpdxDocument. getDocumentContainer()Constructors in org.spdx.rdfparser.model with parameters of type SpdxDocumentContainer Constructor Description SpdxDocument(SpdxDocumentContainer documentContainer, org.apache.jena.graph.Node node) -
Uses of SpdxDocumentContainer in org.spdx.spdxspreadsheet
Methods in org.spdx.spdxspreadsheet with parameters of type SpdxDocumentContainer Modifier and Type Method Description voidExternalRefsSheet. add(String packageId, ExternalRef externalRef, SpdxDocumentContainer container)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 nameExternalRef[]ExternalRefsSheet. getExternalRefsForPkgid(String id, SpdxDocumentContainer container)Get all external references for a given package IDabstract 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.protected static StringExternalRefsSheet. refTypeToString(ReferenceType referenceType, SpdxDocumentContainer container)Convert a reference type to the type used inprotected static ReferenceTypeExternalRefsSheet. stringToRefType(String refTypeStr, SpdxDocumentContainer container)Convert a string to a reference type -
Uses of SpdxDocumentContainer in org.spdx.tag
Constructors in org.spdx.tag with parameters of type SpdxDocumentContainer Constructor Description BuildDocument(SpdxDocumentContainer[] result, Properties constants, List<String> warnings) -
Uses of SpdxDocumentContainer in org.spdx.tools
Methods in org.spdx.tools that return SpdxDocumentContainer 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