Package liquibase.resource
Class AbstractPathHandler
java.lang.Object
liquibase.resource.AbstractPathHandler
- All Implemented Interfaces:
Plugin
,PathHandler
- Direct Known Subclasses:
DirectoryPathHandler
,ZipPathHandler
Convenience base class for
PathHandler
s.-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface liquibase.resource.PathHandler
createResource, getPriority, getResource, getResourceAccessor
-
Constructor Details
-
AbstractPathHandler
public AbstractPathHandler()
-