Package org.harctoolbox.cmdline
Class CommandBitField
java.lang.Object
org.harctoolbox.cmdline.AbstractCommand
org.harctoolbox.cmdline.CommandBitField
-
Field Summary
Fields inherited from class org.harctoolbox.cmdline.AbstractCommand
helpRequested
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bitfield
(PrintStream out, CommandCommonOptions commandLineArgs) Returns a possibly longer documentation of the command.Methods inherited from class org.harctoolbox.cmdline.AbstractCommand
process
-
Constructor Details
-
CommandBitField
public CommandBitField()
-
-
Method Details
-
description
Description copied from class:AbstractCommand
Returns a possibly longer documentation of the command.- Overrides:
description
in classAbstractCommand
- Returns:
- Documentation string;
-
bitfield
public void bitfield(PrintStream out, CommandCommonOptions commandLineArgs) throws NameUnassignedException, FileNotFoundException, UnsupportedEncodingException
-