|
||||||
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. |
java.lang.String |
getCodeToChange(CmsSetupBean setupBean)
Returns the code to be added OR removed in the xml file. |
java.lang.String |
getName()
Returns the nice name for the change. |
java.lang.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 java.lang.Exception
setupBean
- the setup bean
java.lang.Exception
- if something goes wrongjava.lang.String getCodeToChange(CmsSetupBean setupBean) throws java.lang.Exception
setupBean
- the setup bean
java.lang.Exception
- if something goes wrongjava.lang.String getName()
java.lang.String getXmlFilename()
boolean validate(CmsSetupBean setupBean) throws java.lang.Exception
setupBean
- the setup bean
true
if needed
java.lang.Exception
- if something goes wrong
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |