Class LiquibaseLauncher
- java.lang.Object
-
- liquibase.integration.commandline.LiquibaseLauncher
-
public class LiquibaseLauncher extends Object
Launcher which builds up the classpath needed to run Liquibase, then callsLiquibaseCommandLine.main(String[]).Supports the following configuration options that can be passed as JVM properties and/or environment variables, taking the former precedence over the latter:
Environment variable JVM property Meaning LIQUIBASE_HOMEliquibase.homeLiquibase home. This option is mandatory. LIQUIBASE_LAUNCHER_DEBUGliquibase.launcher.debugDetermine if it should, when true, log what it is doing tostderr. Defaults tofalse.LIQUIBASE_LAUNCHER_PARENT_CLASSLOADERliquibase.launcher.parent_classloaderClassloader that will be used to run Liquibase, either systemorthread. Defaults tosystem.
-
-
Constructor Summary
Constructors Constructor Description LiquibaseLauncher()
-