| Package | Description |
|---|---|
| org.spdx.rdfparser | |
| org.spdx.tag |
| Modifier and Type | Method and Description |
|---|---|
static SPDXDocument |
SPDXDocumentFactory.createLegacySpdxDocument(InputStream input,
String baseUri,
String fileType) |
static SPDXDocument |
SPDXDocumentFactory.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 features
|
static SPDXDocument |
SPDXDocumentFactory.createLegacySpdxDocument(String fileNameOrUrl)
Create an Legacy SPDX Document from a file - Legacy SPDX documents only specification version 1.2 features
|
protected SPDXDocument |
SPDXDocument.getDocument()
Deprecated.
|
SPDXDocument |
SPDXDocument.getSpdxDocument()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SPDXFile |
SPDXFile.clone(SPDXDocument doc,
String fileUri)
Deprecated.
Create a deep copy or clone of this file including all properties.
|
SPDXDocument.SPDXPackage |
SPDXDocument.SPDXPackage.clone(SPDXDocument docToCloneTo,
String packageUri)
Deprecated.
Clones a deep copy of all fields to a new SPDXPackage contained in the docToCloneTo SPDXDocument.
|
org.apache.jena.rdf.model.Resource |
SPDXFile.createResource(SPDXDocument doc,
String uri)
Deprecated.
Create a resource for this SPDX file
|
void |
SPDXFile.setFileDependencies(SPDXFile[] fileDependencies,
SPDXDocument doc)
Deprecated.
Set the file dependencies for this file
|
| Constructor and Description |
|---|
SPDXPackage(org.apache.jena.graph.Node pkgNode,
SPDXDocument enclosingSpdxDocument)
Deprecated.
Construct a new SPDX package and populate the properties from the node
|
| Constructor and Description |
|---|
BuildLegacyDocument(org.apache.jena.rdf.model.Model model,
SPDXDocument spdxDocument,
Properties constants)
Deprecated.
|
Copyright © 2018 Linux Foundation. All Rights Reserved.