| Interface | Description |
|---|---|
| PathHandler |
Interface for extensions that can translate path strings into
ResourceAccessors and InputStreams. |
| ResourceAccessor |
ResourceAccessors abstract file access so they can be read in a variety of environments.
|
| Class | Description |
|---|---|
| AbstractPathHandler |
Convenience base class for
PathHandlers. |
| AbstractResourceAccessor |
Convenience base class for
ResourceAccessor implementations. |
| ClassLoaderResourceAccessor |
An implementation of
FileSystemResourceAccessor that builds up the file roots based on the passed ClassLoader. |
| CompositeResourceAccessor |
A
ResourceAccessor that contains multiple sub-accessors and combines the results of all of them. |
| FileSystemPathHandler |
PathHandler that converts the path into a FileSystemResourceAccessor. |
| FileSystemResourceAccessor |
A @{link ResourceAccessor} implementation for files on the file system.
|
| InputStreamList |
A list of
InputStreams. |
| OSGiResourceAccessor | |
| PathHandlerFactory |
Singleton for working with
PathHandlers. |
| SearchPathResourceAccessor |
This should generally be the overall
ResourceAccessor used by integrations. |
| URIResourceAccessor |
Copyright © 2022 Liquibase.org. All rights reserved.