|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_CmsSetupXmlUpdate
Represent a change to be applied to a xml file.
| Method Summary | |
|---|---|
void |
execute(CmsSetupBean setupBean)
Execute the change. |
String |
getCodeToChange(CmsSetupBean setupBean)
Returns the code to be added OR removed in the xml file. |
String |
getName()
Returns the nice name for the change. |
String |
getXmlFilename()
Returns the affected xml configuration file name. |
boolean |
validate(CmsSetupBean setupBean)
Validates the need to apply this change. |
| Method Detail |
|---|
void execute(CmsSetupBean setupBean)
throws Exception
setupBean - the setup bean
Exception - if something goes wrong
String getCodeToChange(CmsSetupBean setupBean)
throws Exception
setupBean - the setup bean
Exception - if something goes wrongString getName()
String getXmlFilename()
boolean validate(CmsSetupBean setupBean)
throws Exception
setupBean - the setup bean
true if needed
Exception - if something goes wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||