public interface ScriptBundleExecutor
void exec(String dir, String... scripts)
dir - Directory where the script bundle may be found.scripts - Names of the SQL scripts to run, relative to the specified directory.void execWithPostScript(String dir, String postScript, String... scripts)
dir - Directory where the script bundle may be found.postScript - A script that is always run after the other scripts.scripts - Names of the SQL scripts to run, relative to the specified directory.Copyright © 2005–2014 Alfresco Software. All rights reserved.