Package org.harctoolbox.cmdline
Class CommandBasicOptions
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandLogOptions
org.harctoolbox.cmdline.CommandBasicOptions
- Direct Known Subclasses:
CommandIrpDatabaseOptions
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
Fields inherited from class org.harctoolbox.cmdline.CommandLogOptions
logclasses, logfile, logformat, logLevel, xmlLog
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested
-
Constructor Summary
-
Method Summary
Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
description, process
-
Field Details
-
inputEncoding
-
output
-
outputEncoding
-
quiet
public boolean quiet -
versionRequested
public boolean versionRequested
-
-
Constructor Details
-
CommandBasicOptions
public CommandBasicOptions()
-