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