Uses of Class
org.spdx.library.model.v2.SpdxCreatorInformation
-
Packages that use SpdxCreatorInformation Package Description org.spdx.library.model.v2 Model compatible with version 2 of the SPDX spec (2.0, 2.1, 2.2, and 2.3) -
-
Uses of SpdxCreatorInformation in org.spdx.library.model.v2
Methods in org.spdx.library.model.v2 that return SpdxCreatorInformation Modifier and Type Method Description SpdxCreatorInformation
ModelObjectV2. createCreationInfo(List<String> creators, String date)
SpdxCreatorInformation
SpdxDocument. getCreationInfo()
SpdxCreatorInformation
SpdxCreatorInformation. setComment(String comment)
SpdxCreatorInformation
SpdxCreatorInformation. setCreated(String created)
SpdxCreatorInformation
SpdxCreatorInformation. setLicenseListVersion(String licenseListVersion)
Methods in org.spdx.library.model.v2 with parameters of type SpdxCreatorInformation Modifier and Type Method Description void
SpdxDocument. setCreationInfo(SpdxCreatorInformation creationInfo)
-