Uses of Class
liquibase.exception.CommandLineParsingException
Packages that use CommandLineParsingException
-
Uses of CommandLineParsingException in liquibase.integration.commandline
Methods in liquibase.integration.commandline that throw CommandLineParsingExceptionModifier and TypeMethodDescriptionprotected 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.