Class CmdCommonBase
java.lang.Object
org.aksw.commons.picocli.CmdCommonBase
- All Implemented Interfaces:
HasDebugMode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
debugMode
public boolean debugMode -
help
public boolean help -
version
public boolean version
-
-
Constructor Details
-
CmdCommonBase
public CmdCommonBase()
-
-
Method Details
-
isDebugMode
public boolean isDebugMode()- Specified by:
isDebugModein interfaceHasDebugMode
-