Class CronappResourceAccessor

java.lang.Object
liquibase.AbstractExtensibleObject
liquibase.resource.AbstractResourceAccessor
liquibase.integration.spring.SpringResourceAccessor
cronapp.framework.core.liquibase.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

    Modifier and Type
    Method
    Description
    protected String
     
    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

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CronappResourceAccessor

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

    • 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