Uses of Class
liquibase.exception.CommandLineParsingException
-
Packages that use CommandLineParsingException Package Description liquibase.integration.commandline -
-
Uses of CommandLineParsingException in liquibase.integration.commandline
Methods in liquibase.integration.commandline that throw CommandLineParsingException Modifier and Type Method Description protected ClassLoaderMain. configureClassLoader()Deprecated.protected voidMain. parseDefaultPropertyFiles()Deprecated.Search for both liquibase.properties (or whatever the name of the current defaultsFile is) and the "local" variant liquibase.local.properties.protected voidMain. parseOptions(String[] paramArgs)Deprecated.Parses the command line options.protected voidMain. parsePropertiesFile(InputStream propertiesInputStream)Deprecated.Reads various execution parameters from an InputStream and sets our internal state according to the values found.
-