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

Packages that use License
org.apache.maven.project   
org.apache.maven.project.io.xpp3   
 

Uses of License in org.apache.maven.project
 

Methods in org.apache.maven.project 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.io.xpp3
 

Methods in org.apache.maven.project.io.xpp3 that return License
private  License MavenXpp3Reader.parseLicense(java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
          Method parseLicense
 

Methods in org.apache.maven.project.io.xpp3 with parameters of type License
private  void MavenXpp3Writer.writeLicense(License license, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeLicense