Package org.harctoolbox.cmdline
Class CommandCode
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandCode
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
code
(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase, String[] args) Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
description, process
-
Constructor Details
-
CommandCode
public CommandCode()
-
-
Method Details
-
code
public void code(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase, String[] args) throws IrpInvalidArgumentException, UnknownProtocolException, InvalidNameException, UnsupportedRepeatException, NameUnassignedException, UsageException, UnsupportedEncodingException, IOException
-