Package org.apache.ibatis.migration
Class MigrationReader
java.lang.Object
java.io.Reader
java.io.FilterReader
org.apache.ibatis.migration.MigrationReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
-
Field Summary
Fields inherited from class java.io.FilterReader
in -
Constructor Summary
ConstructorsConstructorDescriptionMigrationReader(File file, String charset, boolean undo, Properties variables) MigrationReader(InputStream inputStream, String charset, boolean undo, Properties variables) -
Method Summary
Modifier and TypeMethodDescriptionintread()intread(char[] cbuf, int off, int len) protected static ReaderscriptFileReader(InputStream inputStream, String charset) Methods inherited from class java.io.FilterReader
close, mark, markSupported, ready, reset, skipMethods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Constructor Details
-
MigrationReader
public MigrationReader(File file, String charset, boolean undo, Properties variables) throws IOException - Throws:
IOException
-
MigrationReader
-
-
Method Details
-
read
- Overrides:
readin classFilterReader- Throws:
IOException
-
read
- Overrides:
readin classFilterReader- Throws:
IOException
-
scriptFileReader
-