Uses of Class
org.spdx.library.model.v2.license.CrossRef
-
Packages that use CrossRef Package Description org.spdx.library.model.v2.license Model for the SPDX version 2 license related objects -
-
Uses of CrossRef in org.spdx.library.model.v2.license
Methods in org.spdx.library.model.v2.license that return CrossRef Modifier and Type Method Description CrossRef
CrossRef.CrossRefBuilder. build()
Methods in org.spdx.library.model.v2.license that return types with arguments of type CrossRef Modifier and Type Method Description Collection<CrossRef>
SpdxListedLicense. getCrossRef()
Methods in org.spdx.library.model.v2.license with parameters of type CrossRef Modifier and Type Method Description SpdxListedLicense.Builder
SpdxListedLicense.Builder. addCrossRefs(CrossRef crossRef)
-