Uses of Class
liquibase.resource.OpenOptions
-
Uses of OpenOptions in liquibase.resource
Modifier and TypeMethodDescriptionOpenOptions.setAppend
(boolean append) OpenOptions.setCreateIfNeeded
(boolean createIfNeeded) OpenOptions.setTruncate
(boolean truncate) Modifier and TypeMethodDescriptionAbstractResource.openOutputStream
(OpenOptions openOptions) PathResource.openOutputStream
(OpenOptions openOptions) Resource.openOutputStream
(OpenOptions openOptions) Opens an output stream given the passedOpenOptions
.ResourceAccessor.NotFoundResource.openOutputStream
(OpenOptions openOptions) PathHandlerFactory.openResourceOutputStream
(String resourcePath, OpenOptions openOptions) Returns the outputStream fromPathHandlerFactory.getResource(String)
, using settings from the passedOpenOptions
.