Uses of Class
org.spdx.rdfparser.model.Checksum
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| org.spdx.tag |
-
Uses of Checksum in org.spdx.compare
Methods in org.spdx.compare that return Checksum Modifier and Type Method Description static Checksum[]SpdxComparer. findUniqueChecksums(Checksum[] checksumsA, Checksum[] checksumsB)Find any SPDX checksums which are in elementsA but not in elementsBChecksum[]SpdxFileComparer. getUniqueChecksums(SpdxDocument docA, SpdxDocument docB)Get the checksums which are present in the file contained document A but not in document BChecksum[]SpdxPackageComparer. getUniqueChecksums(SpdxDocument docA, SpdxDocument docB)Get the checksums which are present in document A but not in document BChecksum[]SpdxFileDifference. getUniqueChecksumsA()Checksum[]SpdxFileDifference. getUniqueChecksumsB()static ChecksumCompareHelper. parseChecksum(String value)Creates a Checksum from the parameters specified in the tag valuestatic Checksum[]CompareHelper. strToChecksums(String checksumsString)Methods in org.spdx.compare with parameters of type Checksum Modifier and Type Method Description static StringCompareHelper. checksumsToString(Checksum[] checksums)Create a string from an array of checksumsstatic StringCompareHelper. checksumToString(Checksum checksum)static Checksum[]SpdxComparer. findUniqueChecksums(Checksum[] checksumsA, Checksum[] checksumsB)Find any SPDX checksums which are in elementsA but not in elementsBConstructors in org.spdx.compare with parameters of type Checksum Constructor Description SpdxFileDifference(SpdxFile fileA, SpdxFile fileB, boolean concludedLicensesEqual, boolean seenLicensesEqual, AnyLicenseInfo[] uniqueSeenLicensesA, AnyLicenseInfo[] uniqueSeenLicensesB, boolean artifactOfsEquals, DoapProject[] uniqueArtifactOfA2, DoapProject[] uniqueArtifactOfB2, boolean checksumsEquals, Checksum[] uniqueChecksumsA, Checksum[] uniqueChecksumsB, boolean relationshipsEquals, Relationship[] uniqueRelationshipA, Relationship[] uniqueRelationshipB, boolean annotationsEquals, Annotation[] uniqueAnnotationsA, Annotation[] uniqueAnnotationsB) -
Uses of Checksum in org.spdx.rdfparser.model
Methods in org.spdx.rdfparser.model that return Checksum Modifier and Type Method Description ChecksumChecksum. clone()protected Checksum[]SpdxFile. cloneChecksum()protected ChecksumRdfModelObject. findChecksumPropertyValue(String nameSpace, String propertyName)protected Checksum[]RdfModelObject. findMultipleChecksumPropertyValues(String nameSpace, String propertyName)ChecksumExternalDocumentRef. getChecksum()Checksum[]SpdxFile. getChecksums()Checksum[]SpdxPackage. getChecksums()Methods in org.spdx.rdfparser.model with parameters of type Checksum Modifier and Type Method Description voidSpdxFile. addChecksum(Checksum checksum)Add a checksumvoidSpdxPackage. addChecksum(Checksum checksum)Add a checksum to the list of checksums for this packageprotected voidRdfModelObject. addPropertyValue(String nameSpace, String propertyName, Checksum checksumValue)Add a checksum as a property to this resourceintChecksum. compareTo(Checksum compare)protected static org.apache.jena.rdf.model.ResourceChecksum. findSpdxChecksum(org.apache.jena.rdf.model.Model model, Checksum checksum)voidExternalDocumentRef. setChecksum(Checksum checksum)voidSpdxFile. setChecksums(Checksum[] checksums)voidSpdxPackage. setChecksums(Checksum[] checksums)protected voidRdfModelObject. setPropertyValue(String nameSpace, String propertyName, Checksum checksumValue)protected voidRdfModelObject. setPropertyValues(String nameSpace, String propertyName, Checksum[] checksumValues)Constructors in org.spdx.rdfparser.model with parameters of type Checksum Constructor Description ExternalDocumentRef(String spdxDocumentUri, Checksum checksum, String externalDocumentId)ExternalDocumentRef(SpdxDocument externalDocument, Checksum checksum, String externalDocumentId)SpdxFile(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfoInFile, String copyrightText, String licenseComment, SpdxFile.FileType[] fileTypes, Checksum[] checksums, String[] fileContributors, String noticeText, DoapProject[] artifactOf)SpdxPackage(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfosFromFiles, String copyrightText, String licenseComment, AnyLicenseInfo licenseDeclared, Checksum[] checksums, String description, String downloadLocation, SpdxFile[] files, String homepage, String originator, String packageFileName, SpdxPackageVerificationCode packageVerificationCode, String sourceInfo, String summary, String supplier, String versionInfo)SpdxPackage(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfosFromFiles, String copyrightText, String licenseComment, AnyLicenseInfo licenseDeclared, Checksum[] checksums, String description, String downloadLocation, SpdxFile[] files, String homepage, String originator, String packageFileName, SpdxPackageVerificationCode packageVerificationCode, String sourceInfo, String summary, String supplier, String versionInfo, boolean filesAnalyzed, ExternalRef[] externalRefs)SpdxPackage(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfosFromFiles, String copyrightText, String licenseComment, AnyLicenseInfo licenseDeclared, Checksum[] checksums, String description, String downloadLocation, SpdxFile[] files, String homepage, String originator, String packageFileName, SpdxPackageVerificationCode packageVerificationCode, String sourceInfo, String summary, String supplier, String versionInfo, boolean filesAnalyzed, ExternalRef[] externalRefs, String[] attributionText) -
Uses of Checksum in org.spdx.tag
Methods in org.spdx.tag that return Checksum Modifier and Type Method Description static ChecksumBuildDocument. parseChecksum(String value, int lineNumber)Creates a Checksum from the parameters specified in the tag value