Uses of Class
ds.ov2.util.Option

Packages that use Option
ds.ov2.bignat Big integer library for Java Card, including a test frame. 
ds.ov2.front Frontoffice code for applet and host side, including a test frame. 
ds.ov2.gui Demonstrator with GUI. 
ds.ov2.test Test applet for OV-chip protocol layer and for ds.ov2.bignat functionality. 
ds.ov2.util OV-chip protocol layer, general APDU data types and other miscellaneous code. 
 

Uses of Option in ds.ov2.bignat
 

Fields in ds.ov2.bignat declared as Option
static Option[] Testbignat.options
          Declaration of all options that this test frame recognizes.
 

Uses of Option in ds.ov2.front
 

Fields in ds.ov2.front declared as Option
static Option[] Card_testframe.card_test_frame_options
          Option array with the special options of the card test frame.
static Option[] Host_testframe.host_test_frame_options
          Array with (only one) host test frame specific option.
static Option[] Testframe.shared_options
          Option array with the shared options.
 

Methods in ds.ov2.front with parameters of type Option
static void Testframe.parse_commandline(String[] args, Option[] additional_options, String short_application_name)
          Parse the command line for the host and the card test frames.
 

Uses of Option in ds.ov2.gui
 

Fields in ds.ov2.gui declared as Option
private  Option[] Ov_demo.options
          Array of recognized command line options.
 

Uses of Option in ds.ov2.test
 

Fields in ds.ov2.test declared as Option
static Option[] Test_host.options
          Array declaring all recognized command line options.
 

Uses of Option in ds.ov2.util
 

Subclasses of Option in ds.ov2.util
 class BigInt_hex_input_option
          Command line option with a hex BigInteger argument which is to be recoreded in a BigInteger_inputs instance.
 class BigInt_input_option
          Command line option with a BigInteger argument which is to be recoreded in a BigInteger_inputs instance.
 class Bool_int_option
          Int_option that additionally sets a boolean reference to true.
 class Bool_option
          Boolean command line switch that sets a boolean Reference to true if found on the command line.
 class Int_option
          Command line switch with an integer argument.
 class String_option
          Command line switch with a String argument.
 class Value_option<E>
          Command line switch which sets a reference to a certain value.
 

Fields in ds.ov2.util declared as Option
private  Option[] Parse_commandline.options
          The options array.
 

Methods in ds.ov2.util with parameters of type Option
private  String Parse_commandline.left_side(Option o)
          Return the option and argument string.
 

Constructors in ds.ov2.util with parameters of type Option
Parse_commandline(Option[] options, String application_name)
          Construct an instance for parsing the command line.