Package | Description |
---|---|
liquibase.integration.commandline |
Modifier and Type | Method and Description |
---|---|
protected void |
Main.configureClassLoader() |
protected void |
Main.parseDefaultPropertyFiles()
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)
Parses the command line options.
|
protected void |
Main.parsePropertiesFile(InputStream propertiesInputStream)
Reads various execution parameters from an InputStream and sets our internal state according to the values
found.
|
Copyright © 2019 Liquibase.org. All rights reserved.