Uses of Class
org.apache.maven.model.v3_0_0.License
Packages that use License
-
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 LicenseMethods in org.apache.maven.model.v3_0_0 that return types with arguments of type LicenseMethods in org.apache.maven.model.v3_0_0 with parameters of type LicenseModifier and TypeMethodDescriptionvoid
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 LicenseModifier and TypeMethodDescriptionvoid
Model.setLicenses
(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.xpp3
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return LicenseModifier and TypeMethodDescriptionprivate 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 LicenseModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeLicense
(License license, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeLicense.