Uses of Class
org.apache.maven.model.License

Packages that use License
org.apache.maven.model Maven POM (Project Object Model) classes, generated from maven.mdo model. 
org.apache.maven.model.merge POM merger. 
 

Uses of License in org.apache.maven.model
 

Methods in org.apache.maven.model that return License
 License License.clone()
          Method clone.
 

Methods in org.apache.maven.model that return types with arguments of type License
 List<License> Model.getLicenses()
          Method getLicenses.
 

Methods in org.apache.maven.model with parameters of type License
 void Model.addLicense(License license)
          Method addLicense.
 void Model.removeLicense(License license)
          Method removeLicense.
 

Method parameters in org.apache.maven.model with type arguments of type License
 void Model.setLicenses(List<License> licenses)
          Set this element describes all of the licenses for this project.
 

Uses of License in org.apache.maven.model.merge
 

Methods in org.apache.maven.model.merge with parameters of type License
protected  Object ModelMerger.getLicenseKey(License object)
           
protected  void ModelMerger.mergeLicense_Comments(License target, License source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeLicense_Distribution(License target, License source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeLicense_Name(License target, License source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeLicense_Url(License target, License source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeLicense(License target, License source, boolean sourceDominant, Map<Object,Object> context)
           
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.