Package org.apache.ibatis.migration.hook
Class FileHookScriptFactory
- java.lang.Object
-
- org.apache.ibatis.migration.hook.FileHookScriptFactory
-
- All Implemented Interfaces:
HookScriptFactory
public class FileHookScriptFactory extends java.lang.Object implements HookScriptFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected Environmentenvironmentprotected SelectedPathspathsprotected java.io.PrintStreamprintStream
-
Constructor Summary
Constructors Constructor Description FileHookScriptFactory(SelectedPaths paths, Environment environment, java.io.PrintStream printStream)
-
Method Summary
Modifier and Type Method Description HookScriptcreate(java.lang.String hookSetting)
-
-
-
Field Detail
-
paths
protected final SelectedPaths paths
-
environment
protected final Environment environment
-
printStream
protected final java.io.PrintStream printStream
-
-
Constructor Detail
-
FileHookScriptFactory
public FileHookScriptFactory(SelectedPaths paths, Environment environment, java.io.PrintStream printStream)
-
-
Method Detail
-
create
public HookScript create(java.lang.String hookSetting)
- Specified by:
createin interfaceHookScriptFactory
-
-