Uses of Class
ds.ov2.util.Commandline

Packages that use Commandline
ds.ov2.util OV-chip protocol layer, general APDU data types and other miscellaneous code. 
 

Uses of Commandline in ds.ov2.util
 

Methods in ds.ov2.util with parameters of type Commandline
 BigInteger BigInt_input_option.get_bigint_argument(Commandline cl)
          Parse a BigInteger argument from the command line.
 BigInteger BigInt_hex_input_option.get_hex_bigint_argument(Commandline cl)
          Parse a hexadecimal BigInteger argument from the command line.
 int Int_option.get_int_argument(Commandline cl)
          Parse an int argument from the command line.
 String String_option.get_string_argument(Commandline cl)
          Retrieve a String argument from the command line.
 void Int_option.matched(Commandline cl)
          Called when the option is recognized.
 void String_option.matched(Commandline cl)
          Called when the option is recognized.
 void Bool_int_option.matched(Commandline cl)
          Called when the option is recognized.
 void BigInt_input_option.matched(Commandline cl)
          Called when this option has been recognized on the command line.
 void Bool_option.matched(Commandline cl)
          Called when the option is recognized.
 void BigInt_hex_input_option.matched(Commandline cl)
          Called when this option has been recognized on the command line.
abstract  void Option.matched(Commandline cl)
          Called by the option parsing machinery in Parse_commandline when this option has been recognized on the command line.
 void Value_option.matched(Commandline cl)
          Called when the option is recognized.