public class LiquibaseCommandLine extends Object
Constructor and Description |
---|
LiquibaseCommandLine() |
Modifier and Type | Method and Description |
---|---|
protected String[] |
adjustLegacyArgs(String[] args) |
protected String |
cleanExceptionMessage(String message) |
protected ClassLoader |
configureClassLoader() |
protected Map<String,Object> |
configureLogging() |
protected void |
enableMonitoring() |
int |
execute(String[] args) |
static void |
main(String[] args) |
protected static String[] |
toArgNames(CommandArgumentDefinition<?> def) |
protected static String[] |
toArgNames(ConfigurationDefinition<?> def) |
public static void main(String[] args)
public int execute(String[] args)
protected void enableMonitoring()
protected Map<String,Object> configureLogging() throws IOException
IOException
protected ClassLoader configureClassLoader() throws IllegalArgumentException
IllegalArgumentException
protected static String[] toArgNames(CommandArgumentDefinition<?> def)
protected static String[] toArgNames(ConfigurationDefinition<?> def)
Copyright © 2023 Liquibase.org. All rights reserved.