Uses of Class
liquibase.resource.OpenOptions
Packages that use OpenOptions
-
Uses of OpenOptions in liquibase.resource
Methods in liquibase.resource that return OpenOptionsModifier and TypeMethodDescriptionOpenOptions.setAppend(boolean append) OpenOptions.setCreateIfNeeded(boolean createIfNeeded) OpenOptions.setTruncate(boolean truncate) Methods in liquibase.resource with parameters of type OpenOptionsModifier 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.