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

Packages that use License
org.apache.maven.model.v3_0_0   
org.apache.maven.model.v3_0_0.io.dom4j   
org.apache.maven.model.v3_0_0.io.jdom   
org.apache.maven.model.v3_0_0.io.stax   
org.apache.maven.model.v3_0_0.io.xpp3   
 

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

Fields in org.apache.maven.model.v3_0_0 with type parameters of type License
private  java.util.List<License> Model.licenses
          Field licenses.
 

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

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

Methods in org.apache.maven.model.v3_0_0.io.dom4j that return License
private  License MavenDom4jReader.parseLicense(java.lang.String tagName, org.dom4j.Element element, boolean strict)
          Method parseLicense.
 

Methods in org.apache.maven.model.v3_0_0.io.dom4j with parameters of type License
private  void MavenDom4jWriter.writeLicense(License license, java.lang.String tagName, org.dom4j.Branch parentElement)
          Method writeLicense.
 

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

Methods in org.apache.maven.model.v3_0_0.io.jdom with parameters of type License
protected  void MavenJDOMWriter.updateLicense(License license, java.lang.String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateLicense.
 

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

Methods in org.apache.maven.model.v3_0_0.io.stax that return License
private  License MavenStaxReader.parseLicense(java.lang.String tagName, javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
          Method parseLicense.
 

Methods in org.apache.maven.model.v3_0_0.io.stax with parameters of type License
private  void MavenStaxWriter.writeLicense(License license, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
          Method writeLicense.
 

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

Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return License
private  License MavenXpp3Reader.parseLicense(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
          Method parseLicense.
 

Methods in org.apache.maven.model.v3_0_0.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.