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

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

Uses of License in org.apache.maven.model
 

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.
 

Uses of License in org.apache.maven.project
 

Methods in org.apache.maven.project that return License
static License ModelUtils.cloneLicense(License src)
           
 

Methods in org.apache.maven.project with parameters of type License
 void MavenProject.addLicense(License license)
           
static License ModelUtils.cloneLicense(License src)
           
 



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