public class ZipResourceAccessor extends AbstractPathResourceAccessor
ResourceAccessor.NotFoundResource| Constructor and Description |
|---|
ZipResourceAccessor(File file)
Creates a FileSystemResourceAccessor with the given directories/files as the roots.
|
ZipResourceAccessor(Path file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Resource |
createResource(Path file,
String pathToAdd) |
List<String> |
describeLocations()
Returns a description of the places this classloader will look for paths.
|
protected Path |
getRootPath() |
String |
toString() |
getAll, searchclone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, setfinalize, getClass, notify, notifyAll, wait, wait, waitget, getExisting, list, openStream, openStreamspublic ZipResourceAccessor(File file) throws FileNotFoundException
FileNotFoundExceptionpublic ZipResourceAccessor(Path file) throws FileNotFoundException
FileNotFoundExceptionprotected Path getRootPath()
getRootPath in class AbstractPathResourceAccessorprotected Resource createResource(Path file, String pathToAdd)
createResource in class AbstractPathResourceAccessorpublic List<String> describeLocations()
ResourceAccessordescribeLocations in interface ResourceAccessordescribeLocations in class AbstractPathResourceAccessorpublic String toString()
toString in class AbstractPathResourceAccessorCopyright © 2023 Liquibase.org. All rights reserved.