Uses of Class
org.apache.maven.model.License
Packages that use License
- 
Uses of License in org.apache.maven.modelMethods in org.apache.maven.model that return LicenseMethods in org.apache.maven.model that return types with arguments of type LicenseMethods 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 TypeMethodDescriptionLicense.licenseToApiV4(List<License> list) voidModel.setLicenses(List<License> licenses) 
- 
Uses of License in org.apache.maven.model.mergeMethods 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)