public abstract class AbstractResourceAccessor extends AbstractExtensibleObject implements ResourceAccessor
ResourceAccessor implementations.| Constructor and Description |
|---|
AbstractResourceAccessor() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
openStream(String relativeTo,
String streamPath)
Returns a single stream matching the given path.
|
clone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitdescribeLocations, list, openStreamspublic InputStream openStream(String relativeTo, String streamPath) throws IOException
ResourceAccessorResourceAccessor.openStreams(String, String) for details about path options.
Implementations should respect GlobalConfiguration.DUPLICATE_FILE_MODEopenStream in interface ResourceAccessorrelativeTo - Location that streamPath should be found relative to. If null, streamPath is an absolute pathIOException - if multiple paths matched the streamCopyright © 2022 Liquibase.org. All rights reserved.