Uses of Class
org.spdx.rdfparser.SPDXFile
| Package | Description |
|---|---|
| org.spdx.rdfparser |
-
Uses of SPDXFile in org.spdx.rdfparser
Methods in org.spdx.rdfparser that return SPDXFile Modifier and Type Method Description SPDXFileSPDXFile. clone()Deprecated.SPDXFileSPDXFile. 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.Methods in org.spdx.rdfparser with parameters of type SPDXFile Modifier and Type Method Description voidSPDXDocument.SPDXPackage. addFile(SPDXFile file)Deprecated.Add a file to the packageintSPDXFile. compareTo(SPDXFile file)Deprecated.This method is used for sorting a list of SPDX filesbooleanSPDXFile. 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.ResourceSPDXFile. findFileResource(org.apache.jena.rdf.model.Model model, SPDXFile spdxFile)Deprecated.Finds the resource for an existing file in the modelvoidSPDXFile. setFileDependencies(SPDXFile[] fileDependencies, SPDXDocument doc)Deprecated.Set the file dependencies for this filevoidSPDXDocument.SPDXPackage. setFiles(SPDXFile[] files)Deprecated.Constructors in org.spdx.rdfparser with parameters of type SPDXFile Constructor 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.