Serialized Form


Package argparser

Class argparser.ArgParseException extends java.io.IOException implements Serializable

Class argparser.BooleanHolder extends java.lang.Object implements Serializable

Serialized Fields

value

boolean value
Value of the boolean, set and examined by the application as needed.

Class argparser.CharHolder extends java.lang.Object implements Serializable

Serialized Fields

value

char value
Value of the character, set and examined by the application as needed.

Class argparser.DoubleHolder extends java.lang.Object implements Serializable

Serialized Fields

value

double value
Value of the double, set and examined by the application as needed.

Class argparser.FloatHolder extends java.lang.Object implements Serializable

Serialized Fields

value

float value
Value of the float, set and examined by the application as needed.

Class argparser.IntHolder extends java.lang.Object implements Serializable

Serialized Fields

value

int value
Value of the integer, set and examined by the application as needed.

Class argparser.LongHolder extends java.lang.Object implements Serializable

Serialized Fields

value

long value
Value of the long, set and examined by the application as needed.

Class argparser.ObjectHolder extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value
Value of the Object reference, set and examined by the application as needed.

Class argparser.StringHolder extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value
Value of the String reference, set and examined by the application as needed.