Package com.adobe.acs.commons.ondeploy
Interface OnDeployExecutor
public interface OnDeployExecutor
OnDeploy Provider to execute scripts.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanexecuteScript(String scriptName, boolean force) Execute scripts
-
Method Details
-
executeScript
Execute scripts- Parameters:
scriptName- className of the scriptforce- true to run if the script ran already.- Returns:
- true if executed, false if failed.
-