public abstract class ExecDatabaseScripts extends ExecDatabaseScripts
| Constructor and Description |
|---|
ExecDatabaseScripts() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
createShFileCommand(java.lang.String targetPath) |
Database |
getDatabase()
Getter.
|
java.util.List<java.lang.String> |
getShCPrefix() |
void |
setDatabase(DatabaseSpec database)
Setter.
|
apply, applyCommand, applyScript, applyScripts, configure, createCommand, createCommand, createShCCommand, createShCSqlFileCommand, createSqlFileCommand, getPhase, getScriptsDir, getTargetPath, getTargetPath, setDatabase, setPhase, setScriptsDircompareTo, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, doNotTrackState, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, notCompatibleWithConfigurationCache, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServicepublic Database getDatabase()
getDatabase in interface DatabaseAwaregetDatabase in class ExecDatabaseScriptspublic void setDatabase(DatabaseSpec database)
database - The database specification.public java.util.List<java.lang.String> createShFileCommand(java.lang.String targetPath)
createShFileCommand in class ExecDatabaseScripts@Internal public java.util.List<java.lang.String> getShCPrefix()
getShCPrefix in class ExecDatabaseScripts