Package org.harctoolbox.irp
Class IrpTransmogrifier
java.lang.Object
org.harctoolbox.cmdline.CmdLineProgram
org.harctoolbox.irp.IrpTransmogrifier
This class contains a command line main routine, allowing command line access to most things in the package.
Basically, there should not be "too much" business logic here; we construct element and call its
member functions, defined elsewhere.
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.CmdLineProgram
argumentParser, command, commandBasicOptions, commandHelp, originalArguments, out
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static void
Methods inherited from class org.harctoolbox.cmdline.CmdLineProgram
getOutputStream, parseArgs, processHelpAndDescription, run, setupCmds, setupLoggers, usage
-
Constructor Details
-
IrpTransmogrifier
public IrpTransmogrifier() -
IrpTransmogrifier
-
-
Method Details
-
main
-
extraSetup
public void extraSetup()- Overrides:
extraSetup
in classCmdLineProgram
-
processCommand
- Specified by:
processCommand
in classCmdLineProgram
-