Uses of Class
org.spdx.rdfparser.SPDXDocument
| Package | Description |
|---|---|
| org.spdx.rdfparser | |
| org.spdx.tag |
-
Uses of SPDXDocument in org.spdx.rdfparser
Methods in org.spdx.rdfparser that return SPDXDocument Modifier and Type Method Description static SPDXDocumentSPDXDocumentFactory. createLegacySpdxDocument(InputStream input, String baseUri, String fileType)static SPDXDocumentSPDXDocumentFactory. createLegacySpdxDocument(String fileNameOrUrl)Create an Legacy SPDX Document from a file - Legacy SPDX documents only specification version 1.2 featuresstatic SPDXDocumentSPDXDocumentFactory. createLegacySpdxDocument(org.apache.jena.rdf.model.Model model)Create a new Legacy SPDX Document populating the data from the existing model Legacy SPDX documents only specification version 1.2 featuresprotected SPDXDocumentSPDXDocument. getDocument()Deprecated.SPDXDocumentSPDXDocument. getSpdxDocument()Deprecated.Methods in org.spdx.rdfparser with parameters of type SPDXDocument Modifier and Type Method Description SPDXDocument.SPDXPackageSPDXDocument.SPDXPackage. clone(SPDXDocument docToCloneTo, String packageUri)Deprecated.Clones a deep copy of all fields to a new SPDXPackage contained in the docToCloneTo SPDXDocument.SPDXFileSPDXFile. clone(SPDXDocument doc, String fileUri)Deprecated.Create a deep copy or clone of this file including all properties.org.apache.jena.rdf.model.ResourceSPDXFile. createResource(SPDXDocument doc, String uri)Deprecated.Create a resource for this SPDX filevoidSPDXFile. setFileDependencies(SPDXFile[] fileDependencies, SPDXDocument doc)Deprecated.Set the file dependencies for this fileConstructors in org.spdx.rdfparser with parameters of type SPDXDocument Constructor Description SPDXPackage(org.apache.jena.graph.Node pkgNode, SPDXDocument enclosingSpdxDocument)Deprecated.Construct a new SPDX package and populate the properties from the node -
Uses of SPDXDocument in org.spdx.tag
Constructors in org.spdx.tag with parameters of type SPDXDocument Constructor Description BuildLegacyDocument(org.apache.jena.rdf.model.Model model, SPDXDocument spdxDocument, Properties constants)Deprecated.