Package org.apache.ibatis.migration.hook
Class Jsr223HookScript
java.lang.Object
org.apache.ibatis.migration.hook.Jsr223HookScript
- All Implemented Interfaces:
HookScript
-
Field Summary
Modifier and TypeFieldDescriptionprotected final String
protected String
protected final String
protected String
protected String
protected final SelectedPaths
protected final PrintStream
protected final File
protected final Properties
-
Constructor Summary
ConstructorDescriptionJsr223HookScript
(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:
execute
in interfaceHookScript
-