Package | Description |
---|---|
liquibase.command.core | |
liquibase.integration.commandline |
Modifier and Type | Method and Description |
---|---|
void |
RegisterChangelogCommandStep.doRegisterChangelog(String changelogFilepath,
UUID hubProjectId,
String hubProjectName,
CommandResultsBuilder resultsBuilder,
boolean skipPromptIfOneProject) |
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 © 2022 Liquibase.org. All rights reserved.