Class JmixLiquibase.JmixResourceAccessor

java.lang.Object
liquibase.AbstractExtensibleObject
liquibase.resource.AbstractResourceAccessor
liquibase.integration.spring.SpringResourceAccessor
io.jmix.data.impl.liquibase.JmixLiquibase.JmixResourceAccessor
All Implemented Interfaces:
Cloneable, liquibase.ExtensibleObject, liquibase.resource.ResourceAccessor
Enclosing class:
JmixLiquibase

public class JmixLiquibase.JmixResourceAccessor extends liquibase.integration.spring.SpringResourceAccessor
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixResourceAccessor(org.springframework.core.io.ResourceLoader resourceLoader)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    openStream(String relativeTo, String streamPath)
     

    Methods inherited from class liquibase.integration.spring.SpringResourceAccessor

    describeLocations, finalizeSearchPath, getCompletePath, getResource, getResourcePath, list, openStreams, resourceIsFile

    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

    • JmixResourceAccessor

      public JmixResourceAccessor(org.springframework.core.io.ResourceLoader resourceLoader)
  • Method Details

    • openStream

      public InputStream openStream(String relativeTo, String streamPath) throws IOException
      Specified by:
      openStream in interface liquibase.resource.ResourceAccessor
      Overrides:
      openStream in class liquibase.resource.AbstractResourceAccessor
      Throws:
      IOException