Uses of Class
liquibase.resource.OpenOptions
Packages that use OpenOptions
-
Uses of OpenOptions in liquibase.diff.output.changelog.core
Methods in liquibase.diff.output.changelog.core with parameters of type OpenOptionsModifier and TypeMethodDescriptionvoid
ChangelogPrintService.printChangeSets
(ChangeLogSerializer changeLogSerializer, Resource file, List<ChangeLogChild> changeSets, OpenOptions openOptions) void
StandardChangelogPrintService.printChangeSets
(ChangeLogSerializer changeLogSerializer, Resource file, List<ChangeLogChild> changelogChildren, OpenOptions openOptions) Write passed ChangeLogChild objects to the changelog. -
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
.