public final class KaxRun extends AbstractCommandLineTool
CMD_OPT_NAME_DEBUG_LONG, CMD_OPT_NAME_DEBUG_SHORT, CMD_OPT_NAME_HELP_LONG, CMD_OPT_NAME_HELP_SHORT, CMD_OPT_NAME_VERBOSE_LONG, CMD_OPT_NAME_VERBOSE_SHORT
Modifier and Type | Method and Description |
---|---|
protected void |
addAdditionalOptions(org.apache.commons.cli.Options options)
Add additional options.
|
static void |
main(java.lang.String[] args)
Starts the execution of a .kax file.
|
protected boolean |
performTask()
Perform task.
|
protected boolean |
readPropertiesFromCommandLine(org.apache.commons.cli.CommandLine commandLine)
Read properties from command line.
|
getHelpFormatter, start
public static void main(java.lang.String[] args)
args
- The command line arguments (including the name of the .kax file in question).protected void addAdditionalOptions(org.apache.commons.cli.Options options)
AbstractCommandLineTool
addAdditionalOptions
in class AbstractCommandLineTool
options
- optionsprotected boolean readPropertiesFromCommandLine(org.apache.commons.cli.CommandLine commandLine)
AbstractCommandLineTool
readPropertiesFromCommandLine
in class AbstractCommandLineTool
commandLine
- command line handlerprotected boolean performTask()
AbstractCommandLineTool
performTask
in class AbstractCommandLineTool
Copyright 2020 Kieker Project, http://kieker-monitoring.net