Package org.apache.ibatis.migration.hook
Class Jsr223HookScript
java.lang.Object
org.apache.ibatis.migration.hook.Jsr223HookScript
- All Implemented Interfaces:
HookScript
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected Stringprotected final Stringprotected Stringprotected Stringprotected final SelectedPathsprotected final PrintStreamprotected final Fileprotected final Properties -
Constructor Summary
ConstructorsConstructorDescriptionJsr223HookScript(String language, File scriptFile, String charset, String[] options, SelectedPaths paths, Properties variables, PrintStream printStream) -
Method Summary
-
Field Details
-
language
-
scriptFile
-
charset
-
variables
-
paths
-
printStream
-
functionName
-
objectName
-
methodName
-
args
-
localVars
-
-
Constructor Details
-
Jsr223HookScript
public Jsr223HookScript(String language, File scriptFile, String charset, String[] options, SelectedPaths paths, Properties variables, PrintStream printStream)
-
-
Method Details
-
execute
- Specified by:
executein interfaceHookScript
-