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

Packages that use License
org.apache.maven.model.v3_0_0   
 

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

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

Methods in org.apache.maven.model.v3_0_0 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.v3_0_0 with type arguments of type License
 void Model.setLicenses(List<License> licenses)
          Set this element describes all of the licenses for this project.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.