| Interface | Description |
|---|---|
| ResourceAccessor |
Abstracts file access so they can be read in a variety of manners.
|
| Class | Description |
|---|---|
| ClassLoaderResourceAccessor |
An implementation of liquibase.FileOpener that opens file from the class loader.
|
| CompositeResourceAccessor |
A FileOpener that will search in a List of other FileOpeners until it finds
one that has a resource of the appropriate name and path.
|
| FileSystemResourceAccessor |
A FileOpener implementation which finds Files in the
File System.
|
| UtfBomAwareReader |
Reader that tries to identify the encoding by looking at the BOM.
|
| UtfBomStripperInputStream |
Read up to 4 bytes to determine the BOM.
|
Copyright © 2014 Liquibase.org. All rights reserved.