| Package | Description |
|---|---|
| liquibase.resource |
| Modifier and Type | Method and Description |
|---|---|
OpenOptions |
OpenOptions.setAppend(boolean append) |
OpenOptions |
OpenOptions.setCreateIfNeeded(boolean createIfNeeded) |
OpenOptions |
OpenOptions.setTruncate(boolean truncate) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
ResourceAccessor.NotFoundResource.openOutputStream(OpenOptions openOptions) |
OutputStream |
AbstractResource.openOutputStream(OpenOptions openOptions) |
OutputStream |
PathResource.openOutputStream(OpenOptions openOptions) |
OutputStream |
Resource.openOutputStream(OpenOptions openOptions)
Opens an output stream given the passed
OpenOptions. |
OutputStream |
PathHandlerFactory.openResourceOutputStream(String resourcePath,
OpenOptions openOptions)
Returns the outputStream from
PathHandlerFactory.getResource(String), using settings from the passed OpenOptions. |
Copyright © 2023 Liquibase.org. All rights reserved.