Class CronappResourceAccessor

  • All Implemented Interfaces:
    Cloneable, liquibase.ExtensibleObject, liquibase.resource.ResourceAccessor

    public class CronappResourceAccessor
    extends liquibase.integration.spring.SpringResourceAccessor
    • Constructor Summary

      Constructors 
      Constructor Description
      CronappResourceAccessor​(org.springframework.core.io.ResourceLoader resourceLoader, String mergedChangelogPath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected String finalizeSearchPath​(String searchPath)  
      protected String getCompletePath​(String relativeTo, String path)  
      • Methods inherited from class liquibase.integration.spring.SpringResourceAccessor

        describeLocations, getResourcePath, list, openStreams, resourceIsFile
      • Methods inherited from class liquibase.resource.AbstractResourceAccessor

        openStream
      • Methods inherited from class liquibase.AbstractExtensibleObject

        clone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toString
    • Constructor Detail

      • CronappResourceAccessor

        public CronappResourceAccessor​(org.springframework.core.io.ResourceLoader resourceLoader,
                                       String mergedChangelogPath)
    • Method Detail

      • getCompletePath

        protected String getCompletePath​(String relativeTo,
                                         String path)
                                  throws IOException
        Overrides:
        getCompletePath in class liquibase.integration.spring.SpringResourceAccessor
        Throws:
        IOException
      • finalizeSearchPath

        protected String finalizeSearchPath​(String searchPath)
        Overrides:
        finalizeSearchPath in class liquibase.integration.spring.SpringResourceAccessor