Interface ILiquibaseContext

All Superinterfaces:
AutoCloseable

public interface ILiquibaseContext extends AutoCloseable
Context for handling liquibase tasks and closing the used resources afterwards
Author:
XIMA MEDIA GmbH, Dresden
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the path of the changelog file
    liquibase.Liquibase
    Gets the liquibase instance
    liquibase.resource.ResourceAccessor
    Gets the resource accessor

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • getLiquibase

      liquibase.Liquibase getLiquibase()
      Gets the liquibase instance
      Returns:
      the liquibase instance
    • getFilePath

      String getFilePath()
      Gets the path of the changelog file
      Returns:
      the path of the changelog file
    • getResourceAccessor

      liquibase.resource.ResourceAccessor getResourceAccessor()
      Gets the resource accessor
      Returns:
      the resource accessor