Interface | Description |
---|---|
ResourceAccessor |
Abstracts file access so they can be read in a variety of manners.
|
Class | Description |
---|---|
AbstractResourceAccessor | |
ClassLoaderResourceAccessor |
An implementation of
ResourceAccessor that wraps a class loader. |
CompositeResourceAccessor |
A
ResourceAccessor that will search in a list of other ResourceAccessors until it finds
one that has a resource of the appropriate name and path. |
FileSystemResourceAccessor |
A @{link ResourceAccessor} 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 © 2017 Liquibase.org. All rights reserved.