Kieker 1.10

kieker.tools
Class AbstractCommandLineTool

java.lang.Object
  extended by kieker.tools.AbstractCommandLineTool
Direct Known Subclasses:
FilesystemLogReplayerStarter, KaxRun, KaxViz, LoggingTimestampConverterTool, TraceAnalysisTool

public abstract class AbstractCommandLineTool
extends Object

Since:
1.10
Author:
Nils Christian Ehmke

Field Summary
static String CMD_OPT_NAME_DEBUG_LONG
           
static String CMD_OPT_NAME_DEBUG_SHORT
           
static String CMD_OPT_NAME_HELP_LONG
           
static String CMD_OPT_NAME_HELP_SHORT
           
static String CMD_OPT_NAME_VERBOSE_LONG
           
static String CMD_OPT_NAME_VERBOSE_SHORT
           
 
Constructor Summary
AbstractCommandLineTool(boolean useSystemExit)
           
 
Method Summary
 void start(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMD_OPT_NAME_HELP_LONG

public static final String CMD_OPT_NAME_HELP_LONG
See Also:
Constant Field Values

CMD_OPT_NAME_HELP_SHORT

public static final String CMD_OPT_NAME_HELP_SHORT
See Also:
Constant Field Values

CMD_OPT_NAME_VERBOSE_LONG

public static final String CMD_OPT_NAME_VERBOSE_LONG
See Also:
Constant Field Values

CMD_OPT_NAME_VERBOSE_SHORT

public static final String CMD_OPT_NAME_VERBOSE_SHORT
See Also:
Constant Field Values

CMD_OPT_NAME_DEBUG_LONG

public static final String CMD_OPT_NAME_DEBUG_LONG
See Also:
Constant Field Values

CMD_OPT_NAME_DEBUG_SHORT

public static final String CMD_OPT_NAME_DEBUG_SHORT
See Also:
Constant Field Values
Constructor Detail

AbstractCommandLineTool

public AbstractCommandLineTool(boolean useSystemExit)
Method Detail

start

public final void start(String[] args)

Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net