Class LiquibaseLenientZipPathHandler

  • All Implemented Interfaces:
    liquibase.plugin.Plugin, liquibase.resource.PathHandler

    public class LiquibaseLenientZipPathHandler
    extends liquibase.resource.ZipPathHandler
    • Constructor Detail

      • LiquibaseLenientZipPathHandler

        public LiquibaseLenientZipPathHandler()
    • Method Detail

      • getPriority

        public int getPriority​(String root)
        Specified by:
        getPriority in interface liquibase.resource.PathHandler
        Overrides:
        getPriority in class liquibase.resource.ZipPathHandler
      • getResourceAccessor

        public liquibase.resource.ResourceAccessor getResourceAccessor​(String root)
                                                                throws FileNotFoundException
        Specified by:
        getResourceAccessor in interface liquibase.resource.PathHandler
        Overrides:
        getResourceAccessor in class liquibase.resource.ZipPathHandler
        Throws:
        FileNotFoundException