Uses of Class
org.apache.maven.model.License
Packages that use License
-
Uses of License in org.apache.maven.model
Methods in org.apache.maven.model that return LicenseMethods in org.apache.maven.model that return types with arguments of type LicenseModifier and TypeMethodDescriptionModel.getLicenses()License.licenseToApiV3(List<org.apache.maven.api.model.License> list) Methods in org.apache.maven.model with parameters of type LicenseModifier and TypeMethodDescriptionvoidModel.addLicense(License license) voidModel.removeLicense(License license) Method parameters in org.apache.maven.model with type arguments of type LicenseModifier and TypeMethodDescriptionstatic List<org.apache.maven.api.model.License>License.licenseToApiV4(List<License> list) voidModel.setLicenses(List<License> licenses) -
Uses of License in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type LicenseModifier and TypeMethodDescriptionprotected ObjectModelMerger.getLicenseKey(License license) protected voidModelMerger.mergeLicense(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeLicense_Comments(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeLicense_Distribution(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeLicense_Name(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeLicense_Url(License target, License source, boolean sourceDominant, Map<Object, Object> context)