|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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. |
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 |
---|
public SupplementalDataModel()
Method Detail |
---|
public void addSupplement(Supplement supplement)
supplement
- public String getModelEncoding()
public List<Supplement> getSupplement()
public void removeSupplement(Supplement supplement)
supplement
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setSupplement(List<Supplement> supplement)
supplement
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |