Class ExistingResourceAccessor

  • All Implemented Interfaces:
    liquibase.resource.ResourceAccessor

    public class ExistingResourceAccessor
    extends Object
    implements liquibase.resource.ResourceAccessor
    • Constructor Detail

      • ExistingResourceAccessor

        public ExistingResourceAccessor()
      • ExistingResourceAccessor

        public ExistingResourceAccessor​(org.springframework.core.io.Resource resource)
    • Method Detail

      • getResourcesAsStream

        public Set<InputStream> getResourcesAsStream​(String path)
                                              throws IOException
        Specified by:
        getResourcesAsStream in interface liquibase.resource.ResourceAccessor
        Throws:
        IOException
      • list

        public Set<String> list​(String relativeTo,
                                String path,
                                boolean includeFiles,
                                boolean includeDirectories,
                                boolean recursive)
                         throws IOException
        Specified by:
        list in interface liquibase.resource.ResourceAccessor
        Throws:
        IOException
      • toClassLoader

        public ClassLoader toClassLoader()
        Specified by:
        toClassLoader in interface liquibase.resource.ResourceAccessor