Uses of Class
org.cyclonedx.model.License
-
Packages that use License Package Description org.cyclonedx.model -
-
Uses of License in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type License Modifier and Type Field Description private java.util.List<License>LicenseChoice. licenseMethods in org.cyclonedx.model that return types with arguments of type License Modifier and Type Method Description java.util.List<License>LicenseChoice. getLicenses()Methods in org.cyclonedx.model with parameters of type License Modifier and Type Method Description voidLicenseChoice. addLicense(License license)Method parameters in org.cyclonedx.model with type arguments of type License Modifier and Type Method Description voidLicenseChoice. setLicenses(java.util.List<License> licenses)
-