Uses of Class
org.spdx.library.model.SpdxCreatorInformation
| Package | Description |
|---|---|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
-
Uses of SpdxCreatorInformation in org.spdx.library.model
Methods in org.spdx.library.model that return SpdxCreatorInformation Modifier and Type Method Description SpdxCreatorInformationModelObject. createCreationInfo(List<String> creators, String date)SpdxCreatorInformationSpdxDocument. getCreationInfo()SpdxCreatorInformationSpdxCreatorInformation. setComment(String comment)SpdxCreatorInformationSpdxCreatorInformation. setCreated(String created)SpdxCreatorInformationSpdxCreatorInformation. setLicenseListVersion(String licenseListVersion)Methods in org.spdx.library.model with parameters of type SpdxCreatorInformation Modifier and Type Method Description voidSpdxDocument. setCreationInfo(SpdxCreatorInformation creationInfo)