Uses of Class
org.spdx.rdfparser.license.CrossRef
| Package | Description |
|---|---|
| org.spdx.rdfparser.license |
Classes implementing the license model for the SPDX Parser
|
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
-
Uses of CrossRef in org.spdx.rdfparser.license
Fields in org.spdx.rdfparser.license declared as CrossRef Modifier and Type Field Description protected CrossRef[]SimpleLicensingInfo. crossRefMethods in org.spdx.rdfparser.license that return CrossRef Modifier and Type Method Description CrossRef[]SimpleLicensingInfo. getCrossRef()Methods in org.spdx.rdfparser.license with parameters of type CrossRef Modifier and Type Method Description voidSimpleLicensingInfo. setCrossRef(CrossRef[] seeAlsoUrl)Constructors in org.spdx.rdfparser.license with parameters of type CrossRef Constructor Description License(String name, String id, String text, String[] sourceUrl, CrossRef[] sourceUrlDetails, String comments, String standardLicenseHeader, String template, String standardLicenseHeaderTemplate, boolean osiApproved, Boolean fsfLibre)SpdxListedLicense(String name, String id, String text, String[] sourceUrl, CrossRef[] sourceUrlDetails, String comments, String standardLicenseHeader, String template, String licenseHeaderTemplate, boolean osiApproved, Boolean fsfLibre) -
Uses of CrossRef in org.spdx.rdfparser.model
Methods in org.spdx.rdfparser.model that return CrossRef Modifier and Type Method Description protected CrossRef[]RdfModelObject. findMultipleCrossRefPropertyValues(String nameSpace, String propertyName)Methods in org.spdx.rdfparser.model with parameters of type CrossRef Modifier and Type Method Description protected voidRdfModelObject. SetPropertyValue(String nameSpace, String propertyName, CrossRef[] crossRefValues)