public static class SQLScripts.SQLScriptsBuilder extends Object
SQLScripts beans.| Constructor and Description |
|---|
SQLScripts.SQLScriptsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SQLScripts |
build()
Builds the SQL scripts.
|
SQLScripts.SQLScriptsBuilder |
withCleanUpScripts(List<String> cleanUpScripts)
Sets the clean up scripts.
|
SQLScripts.SQLScriptsBuilder |
withSetupScripts(List<String> setupScripts)
Sets the setup scripts.
|
public SQLScripts.SQLScriptsBuilder withSetupScripts(List<String> setupScripts)
setupScripts - The scripts to use.public SQLScripts.SQLScriptsBuilder withCleanUpScripts(List<String> cleanUpScripts)
cleanUpScripts - The scripts to use.public SQLScripts build()
SQLScripts bean.Copyright © 2014 Tranquilized Quality. All rights reserved.