|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void execute(CmsSetupBean setupBean) throws java.lang.Exception
setupBean
- the setup bean
java.lang.Exception
- if something goes wrongpublic java.lang.String getCodeToChange(CmsSetupBean setupBean) throws java.lang.Exception
setupBean
- the setup bean
java.lang.Exception
- if something goes wrongpublic java.lang.String getName()
public java.lang.String getXmlFilename()
public 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 |