@groovy.transform.CompileStatic class EmbeddedJarPathHandler extends liquibase.resource.ZipPathHandler
Fields inherited from class | Fields |
---|---|
class liquibase.resource.ZipPathHandler |
PRIORITY_NOT_APPLICABLE, PRIORITY_DEFAULT, PRIORITY_SPECIALIZED, PRIORITY_DATABASE |
Constructor and description |
---|
EmbeddedJarPathHandler() |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
getPriority(java.lang.String root) |
|
liquibase.resource.ResourceAccessor |
getResourceAccessor(java.lang.String root) |
Methods inherited from class | Name |
---|---|
class liquibase.resource.ZipPathHandler |
liquibase.resource.ZipPathHandler#getResourceAccessor(java.lang.String), liquibase.resource.ZipPathHandler#createResource(java.lang.String), liquibase.resource.ZipPathHandler#getResource(java.lang.String), liquibase.resource.ZipPathHandler#getPriority(java.lang.String), liquibase.resource.ZipPathHandler#wait(long, int), liquibase.resource.ZipPathHandler#wait(), liquibase.resource.ZipPathHandler#wait(long), liquibase.resource.ZipPathHandler#equals(java.lang.Object), liquibase.resource.ZipPathHandler#toString(), liquibase.resource.ZipPathHandler#hashCode(), liquibase.resource.ZipPathHandler#getClass(), liquibase.resource.ZipPathHandler#notify(), liquibase.resource.ZipPathHandler#notifyAll() |