|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.resources.remote.SupplementalDataModel
public class SupplementalDataModel
Root element of the supplemental-models.xml file.
Constructor Summary | |
---|---|
SupplementalDataModel()
|
Method Summary | |
---|---|
void |
addSupplement(Supplement supplement)
Method addSupplement |
java.lang.String |
getModelEncoding()
|
java.util.List |
getSupplement()
Method getSupplement |
void |
removeSupplement(Supplement supplement)
Method removeSupplement |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setSupplement(java.util.List supplement)
Set Snippits 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 |
---|
public SupplementalDataModel()
Method Detail |
---|
public void addSupplement(Supplement supplement)
supplement
- public java.util.List getSupplement()
public void removeSupplement(Supplement supplement)
supplement
- public void setSupplement(java.util.List supplement)
supplement
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |