Uses of Class
org.apache.maven.model.License
Packages that use License
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.XML reader and writer classes for Maven POM, generated from
maven.mdo model.POM merger.
-
Uses of License in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type LicenseMethods in org.apache.maven.model that return LicenseMethods in org.apache.maven.model that return types with arguments of type LicenseMethods in org.apache.maven.model with parameters of type LicenseModifier and TypeMethodDescriptionvoidModel.addLicense(License license) Method addLicense.voidModel.removeLicense(License license) Method removeLicense.Method parameters in org.apache.maven.model with type arguments of type LicenseModifier and TypeMethodDescriptionvoidModel.setLicenses(List<License> licenses) Set this element describes all of the licenses for this project. -
Uses of License in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type License -
Uses of License in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return LicenseModifier and TypeMethodDescriptionprivate LicenseMavenXpp3Reader.parseLicense(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseLicense.private LicenseMavenXpp3ReaderEx.parseLicense(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseLicense.Methods in org.apache.maven.model.io.xpp3 with parameters of type LicenseModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeLicense(License license, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeLicense.private voidMavenXpp3WriterEx.writeLicense(License license, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeLicense. -
Uses of License in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type LicenseModifier and TypeMethodDescriptionprotected ObjectModelMerger.getLicenseKey(License license) protected voidModelMerger.mergeLicense(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeLicense_Comments(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeLicense_Distribution(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeLicense_Name(License target, License source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeLicense_Url(License target, License source, boolean sourceDominant, Map<Object, Object> context) -
Uses of License in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type LicenseMethods in org.apache.maven.project with parameters of type LicenseMethod parameters in org.apache.maven.project with type arguments of type License