Uses of Interface
liquibase.resource.PathHandler
-
Packages that use PathHandler Package Description liquibase.resource -
-
Uses of PathHandler in liquibase.resource
Classes in liquibase.resource that implement PathHandler Modifier and Type Class Description classAbstractPathHandlerConvenience base class forPathHandlers.classDirectoryPathHandlerPathHandlerthat converts the path into aDirectoryResourceAccessor.classZipPathHandlerPathHandlerthat converts the path into aDirectoryResourceAccessor.Methods in liquibase.resource that return types with arguments of type PathHandler Modifier and Type Method Description protected Class<PathHandler>PathHandlerFactory. getPluginClass()Methods in liquibase.resource with parameters of type PathHandler Modifier and Type Method Description protected intPathHandlerFactory. getPriority(PathHandler obj, Object... args)
-