Package org.harctoolbox.cmdline
Class CmdLineProgram
java.lang.Object
org.harctoolbox.cmdline.CmdLineProgram
- Direct Known Subclasses:
IrpTransmogrifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.beust.jcommander.JCommanderprotected Stringprotected final CommandBasicOptionsprotected final CommandHelpprotected String[]protected PrintStream -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCmdLineProgram(PrintStream out, CommandBasicOptions commandLineArgs, String progName) protectedCmdLineProgram(CommandBasicOptions commandLineArgs, String progName) -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal PrintStreamprotected voidabstract ProgramExitStatusprotected ProgramExitStatusprotected voidsetupCmds(AbstractCommand... cmds) protected voidvoid
-
Field Details
-
out
-
argumentParser
protected final com.beust.jcommander.JCommander argumentParser -
commandHelp
-
originalArguments
-
commandBasicOptions
-
command
-
-
Constructor Details
-
CmdLineProgram
-
CmdLineProgram
-
-
Method Details
-
getOutputStream
-
usage
-
run
-
setupCmds
-
parseArgs
-
processHelpAndDescription
-
setupLoggers
- Throws:
UsageExceptionIOException
-
extraSetup
public void extraSetup() -
processCommand
-