Uses of Class
org.spdx.rdfparser.SPDXCreatorInformation
| Package | Description |
|---|---|
| org.spdx.rdfparser | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
-
Uses of SPDXCreatorInformation in org.spdx.rdfparser
Methods in org.spdx.rdfparser that return SPDXCreatorInformation Modifier and Type Method Description SPDXCreatorInformationSPDXDocument. getCreatorInfo()Deprecated.Methods in org.spdx.rdfparser with parameters of type SPDXCreatorInformation Modifier and Type Method Description voidSPDXDocument. setCreationInfo(SPDXCreatorInformation creator)Deprecated. -
Uses of SPDXCreatorInformation in org.spdx.rdfparser.model
Methods in org.spdx.rdfparser.model that return SPDXCreatorInformation Modifier and Type Method Description protected SPDXCreatorInformationRdfModelObject. findCreationInfoPropertyValue(String nameSpace, String propertyName)SPDXCreatorInformationSpdxDocument. getCreationInfo()SPDXCreatorInformationSpdxDocument. getCreatorInfo()Deprecated.Methods in org.spdx.rdfparser.model with parameters of type SPDXCreatorInformation Modifier and Type Method Description voidSpdxDocument. setCreationInfo(SPDXCreatorInformation creationInfo)protected voidRdfModelObject. setPropertyValue(String nameSpace, String propertyName, SPDXCreatorInformation creatorInfo)