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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddSupplement(Supplement supplement) Method addSupplement.Get the modelEncoding field.Method getSupplement.voidremoveSupplement(Supplement supplement) Method removeSupplement.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidsetSupplement(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.
 
 -