slib.tools.module
Class ToolCmdHandlerCst

java.lang.Object
  extended by slib.tools.module.ToolCmdHandlerCst

public abstract class ToolCmdHandlerCst
extends Object

Abstract class defining the default constants of a tool command handler.

Author:
Sebastien Harispe

Field Summary
 String appCmdName
           
 boolean debugMode
           
 Map<org.apache.commons.cli.Option,Integer> optionsOrder
           
 
Constructor Summary
ToolCmdHandlerCst(String appCmdName, boolean debugMode, Map<org.apache.commons.cli.Option,Integer> optionsOrder)
           
 
Method Summary
 String getAppCmdName()
           
 boolean getDebugMode()
           
 Map<org.apache.commons.cli.Option,Integer> getOptionOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appCmdName

public String appCmdName

debugMode

public boolean debugMode

optionsOrder

public Map<org.apache.commons.cli.Option,Integer> optionsOrder
Constructor Detail

ToolCmdHandlerCst

public ToolCmdHandlerCst(String appCmdName,
                         boolean debugMode,
                         Map<org.apache.commons.cli.Option,Integer> optionsOrder)
Parameters:
appCmdName -
debugMode -
optionsOrder -
Method Detail

getAppCmdName

public String getAppCmdName()
Returns:

getDebugMode

public boolean getDebugMode()
Returns:

getOptionOrder

public Map<org.apache.commons.cli.Option,Integer> getOptionOrder()
Returns:


Copyright © 2013. All Rights Reserved.