| Package | Description |
|---|---|
| org.spdx.rdfparser |
| Modifier and Type | Method and Description |
|---|---|
SPDXFile |
SPDXFile.clone()
Deprecated.
|
SPDXFile |
SPDXFile.clone(SPDXDocument doc,
String fileUri)
Deprecated.
Create a deep copy or clone of this file including all properties.
|
SPDXFile[] |
SPDXFile.getFileDependencies()
Deprecated.
|
SPDXFile[] |
SPDXDocument.getFileReferences()
Deprecated.
|
SPDXFile[] |
SPDXDocument.SPDXPackage.getFiles()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SPDXDocument.SPDXPackage.addFile(SPDXFile file)
Deprecated.
Add a file to the package
|
int |
SPDXFile.compareTo(SPDXFile file)
Deprecated.
This method is used for sorting a list of SPDX files
|
boolean |
SPDXFile.equivalent(SPDXFile compareToFile)
Deprecated.
Returns true if all of the properties of the compareToFile are
equivalent or equal to all properties of this SPDXFile.
|
protected static org.apache.jena.rdf.model.Resource |
SPDXFile.findFileResource(org.apache.jena.rdf.model.Model model,
SPDXFile spdxFile)
Deprecated.
Finds the resource for an existing file in the model
|
void |
SPDXFile.setFileDependencies(SPDXFile[] fileDependencies,
SPDXDocument doc)
Deprecated.
Set the file dependencies for this file
|
void |
SPDXDocument.SPDXPackage.setFiles(SPDXFile[] files)
Deprecated.
|
| Constructor and Description |
|---|
SPDXFile(String name,
String type,
String sha1,
AnyLicenseInfo concludedLicenses,
AnyLicenseInfo[] seenLicenses,
String licenseComments,
String copyright,
DOAPProject[] artifactOf,
String comment,
SPDXFile[] fileDependencies,
String[] contributors,
String noticeText)
Deprecated.
|
Copyright © 2018 Linux Foundation. All Rights Reserved.