Class SupplementalDataModel
java.lang.Object
org.apache.maven.plugin.resources.remote.SupplementalDataModel
- All Implemented Interfaces:
Serializable
Root element of the supplemental-models.xml file.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSupplement
(Supplement supplement) Method addSupplement.Get the modelEncoding field.Method getSupplement.void
removeSupplement
(Supplement supplement) Method removeSupplement.void
setModelEncoding
(String modelEncoding) Set the modelEncoding field.void
setSupplement
(List<Supplement> supplement) Set snippets of POM xml files used to supplement the data model.
-
Constructor Details
-
SupplementalDataModel
public SupplementalDataModel()
-
-
Method Details
-
addSupplement
Method addSupplement.- Parameters:
supplement
- a supplement object.
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
getSupplement
Method getSupplement.- Returns:
- List
-
removeSupplement
Method removeSupplement.- Parameters:
supplement
- a supplement object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding
- a modelEncoding object.
-
setSupplement
Set snippets of POM xml files used to supplement the data model.- Parameters:
supplement
- a supplement object.
-