Uses of Class
org.apache.maven.model.License
-
Packages that use License Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of License in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type License Modifier and Type Field Description private java.util.List<License>
Model. licenses
Field licenses.Methods in org.apache.maven.model that return types with arguments of type License Modifier and Type Method Description java.util.List<License>
Model. getLicenses()
Method getLicenses.Methods in org.apache.maven.model with parameters of type License Modifier and Type Method Description 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 Modifier and Type Method Description 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.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return License Modifier and Type Method Description private License
MavenXpp3Reader. parseLicense(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseLicense.Methods in org.apache.maven.model.io.xpp3 with parameters of type License Modifier and Type Method Description private void
MavenXpp3Writer. writeLicense(License license, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLicense. -
Uses of License in org.apache.maven.project
Methods in org.apache.maven.project that return License Modifier and Type Method Description static License
ModelUtils. cloneLicense(License src)
Methods in org.apache.maven.project with parameters of type License Modifier and Type Method Description void
MavenProject. addLicense(License license)
static License
ModelUtils. cloneLicense(License src)
-