public interface I_CmsSetupXmlUpdate
限定符和类型 | 方法和说明 |
---|---|
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.
|
void execute(CmsSetupBean setupBean) throws java.lang.Exception
setupBean
- the setup beanjava.lang.Exception
- if something goes wrongjava.lang.String getCodeToChange(CmsSetupBean setupBean) throws java.lang.Exception
setupBean
- the setup beanjava.lang.Exception
- if something goes wrongjava.lang.String getName()
java.lang.String getXmlFilename()
boolean validate(CmsSetupBean setupBean) throws java.lang.Exception
setupBean
- the setup beantrue
if neededjava.lang.Exception
- if something goes wrong