org.apache.maven.plugin.resources.remote
Class SupplementalDataModel

java.lang.Object
  extended by 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
SupplementalDataModel()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupplementalDataModel

public SupplementalDataModel()
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 -


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.