Uses of Class
org.dbmaintain.script.analyzer.ScriptUpdateType

Packages that use ScriptUpdateType
org.dbmaintain.script.analyzer   
 

Uses of ScriptUpdateType in org.dbmaintain.script.analyzer
 

Methods in org.dbmaintain.script.analyzer that return ScriptUpdateType
 ScriptUpdateType ScriptUpdate.getType()
           
static ScriptUpdateType ScriptUpdateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScriptUpdateType[] ScriptUpdateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dbmaintain.script.analyzer with parameters of type ScriptUpdateType
protected  void ScriptUpdatesAnalyzer.registerIrregularScriptUpdate(ScriptUpdateType scriptUpdateType, Script script)
           
protected  void ScriptUpdatesAnalyzer.registerIrregularScriptUpdate(ScriptUpdateType scriptUpdateType, Script script1, Script script2)
           
protected  void ScriptUpdatesAnalyzer.registerPostprocessingScriptRename(ScriptUpdateType scriptUpdateType, Script originalScript, Script renamedToScript)
           
protected  void ScriptUpdatesAnalyzer.registerPostprocessingScriptUpdate(ScriptUpdateType scriptUpdateType, Script script)
           
protected  void ScriptUpdatesAnalyzer.registerRegularlyAddedPatchScript(ScriptUpdateType scriptUpdateType, Script script)
           
protected  void ScriptUpdatesAnalyzer.registerRegularScriptRename(ScriptUpdateType scriptUpdateType, Script originalScript, Script renamedScript)
           
protected  void ScriptUpdatesAnalyzer.registerRegularScriptUpdate(ScriptUpdateType scriptUpdateType, Script script)
           
 

Constructors in org.dbmaintain.script.analyzer with parameters of type ScriptUpdateType
ScriptUpdate(ScriptUpdateType type, Script script)
           
ScriptUpdate(ScriptUpdateType type, Script script, Script renamedToScript)
           
 



Copyright © 2011. All Rights Reserved.