|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandLineArguments | |
---|---|
org.dbmaintain.launch.commandline |
Uses of CommandLineArguments in org.dbmaintain.launch.commandline |
---|
Methods in org.dbmaintain.launch.commandline that return CommandLineArguments | |
---|---|
protected static CommandLineArguments |
CommandLine.parseCommandLineArguments(String[] args)
Parses the command line arguments and gives back a CommandLineArguments instance that represents
these arguments in a more convenient way. |
Methods in org.dbmaintain.launch.commandline with parameters of type CommandLineArguments | |
---|---|
static void |
CommandLine.executeOperation(CommandLine.DbMaintainOperation operation,
Properties configuration,
CommandLineArguments commandLineArguments)
Executes the given operation using the given configuration. |
protected static CommandLine.DbMaintainOperation |
CommandLine.getDbMaintainOperation(CommandLineArguments commandLineArguments)
Gets the requested DbMaintain operation. |
protected static Properties |
CommandLine.loadConfiguration(CommandLineArguments commandLineArguments)
Loads the configuration from custom config file or, if no custom config file was configured, from CommandLine.DBMAINTAIN_PROPERTIES , if this file exists. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |