Uses of Class
org.spdx.rdfparser.DOAPProject
| Package | Description |
|---|---|
| org.spdx.rdfparser |
-
Uses of DOAPProject in org.spdx.rdfparser
Methods in org.spdx.rdfparser that return DOAPProject Modifier and Type Method Description DOAPProjectDOAPProject. clone()Deprecated.DOAPProject[]SPDXFile. getArtifactOf()Deprecated.Methods in org.spdx.rdfparser with parameters of type DOAPProject Modifier and Type Method Description voidSPDXFile. setArtifactOf(DOAPProject[] artifactOf)Deprecated.Constructors in org.spdx.rdfparser with parameters of type DOAPProject Constructor Description SPDXFile(String name, String type, String sha1, AnyLicenseInfo concludedLicenses, AnyLicenseInfo[] seenLicenses, String licenseComments, String copyright, DOAPProject[] artifactOf)Deprecated.SPDXFile(String name, String type, String sha1, AnyLicenseInfo concludedLicenses, AnyLicenseInfo[] seenLicenses, String licenseComments, String copyright, DOAPProject[] artifactOf, String comment)Deprecated.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.