| Package | Description |
|---|---|
| liquibase.integration.commandline |
| Modifier and Type | Method and Description |
|---|---|
protected ClassLoader |
Main.configureClassLoader()
Deprecated.
|
protected void |
Main.parseDefaultPropertyFiles()
Deprecated.
Search for both liquibase.properties (or whatever the name of the current
defaultsFile is) and the "local" variant liquibase.local.properties.
|
protected void |
Main.parseOptions(String[] paramArgs)
Deprecated.
Parses the command line options.
|
protected void |
Main.parsePropertiesFile(InputStream propertiesInputStream)
Deprecated.
Reads various execution parameters from an InputStream and sets our internal state according to the values
found.
|
Copyright © 2021 Liquibase.org. All rights reserved.