Uses of Class
org.apache.maven.plugin.resources.remote.Supplement
-
Packages that use Supplement Package Description org.apache.maven.plugin.resources.remote org.apache.maven.plugin.resources.remote.io.xpp3 -
-
Uses of Supplement in org.apache.maven.plugin.resources.remote
Fields in org.apache.maven.plugin.resources.remote with type parameters of type Supplement Modifier and Type Field Description private java.util.List<Supplement>
SupplementalDataModel. supplement
Field supplement.Methods in org.apache.maven.plugin.resources.remote that return types with arguments of type Supplement Modifier and Type Method Description java.util.List<Supplement>
SupplementalDataModel. getSupplement()
Method getSupplement.Methods in org.apache.maven.plugin.resources.remote with parameters of type Supplement Modifier and Type Method Description void
SupplementalDataModel. addSupplement(Supplement supplement)
Method addSupplement.void
SupplementalDataModel. removeSupplement(Supplement supplement)
Method removeSupplement.Method parameters in org.apache.maven.plugin.resources.remote with type arguments of type Supplement Modifier and Type Method Description void
SupplementalDataModel. setSupplement(java.util.List<Supplement> supplement)
Set snippets of POM xml files used to supplement the data model. -
Uses of Supplement in org.apache.maven.plugin.resources.remote.io.xpp3
Methods in org.apache.maven.plugin.resources.remote.io.xpp3 that return Supplement Modifier and Type Method Description private Supplement
SupplementalDataModelXpp3Reader. parseSupplement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseSupplement.Methods in org.apache.maven.plugin.resources.remote.io.xpp3 with parameters of type Supplement Modifier and Type Method Description private void
SupplementalDataModelXpp3Writer. writeSupplement(Supplement supplement, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSupplement.
-