Package de.xima.fc.liquibase.context
Interface ILiquibaseContext
- All Superinterfaces:
AutoCloseable
Context for handling liquibase tasks and closing the used resources afterwards
- Author:
- XIMA MEDIA GmbH, Dresden
-
Method Summary
Modifier and TypeMethodDescriptionGets the path of the changelog fileliquibase.Liquibase
Gets the liquibase instanceliquibase.resource.ResourceAccessor
Gets the resource accessorMethods 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
-