Class SupplementalDataModel
- java.lang.Object
-
- org.apache.maven.plugin.resources.remote.SupplementalDataModel
-
- All Implemented Interfaces:
Serializable
public class SupplementalDataModel extends Object implements Serializable
Root element of the supplemental-models.xml file.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SupplementalDataModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSupplement(Supplement supplement)
Method addSupplement.String
getModelEncoding()
Get the modelEncoding field.List<Supplement>
getSupplement()
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.
-
-
-
Method Detail
-
addSupplement
public void addSupplement(Supplement supplement)
Method addSupplement.- Parameters:
supplement
-
-
getModelEncoding
public String getModelEncoding()
Get the modelEncoding field.- Returns:
- String
-
getSupplement
public List<Supplement> getSupplement()
Method getSupplement.- Returns:
- List
-
removeSupplement
public void removeSupplement(Supplement supplement)
Method removeSupplement.- Parameters:
supplement
-
-
setModelEncoding
public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.- Parameters:
modelEncoding
-
-
setSupplement
public void setSupplement(List<Supplement> supplement)
Set snippets of POM xml files used to supplement the data model.- Parameters:
supplement
-
-
-