Serialized Form


Package bpiwowar.argparser

Class bpiwowar.argparser.ArgParseException extends ArgParserException implements Serializable

serialVersionUID: 7811830362301494380L

Class bpiwowar.argparser.ArgParserException extends Exception implements Serializable

serialVersionUID: 1L

Class bpiwowar.argparser.IllegalArgumentValue extends ArgParserException implements Serializable

Serialized Fields

field

String field

Class bpiwowar.argparser.InvalidHolderException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class bpiwowar.argparser.RequiredArgumentMissing extends ArgParserException implements Serializable

serialVersionUID: 1L

Class bpiwowar.argparser.StringScanException extends ArgParserException implements Serializable

serialVersionUID: 1L

Serialized Fields

failIdx

int failIdx

Class bpiwowar.argparser.UnmatchedArgumentException extends ArgParseException implements Serializable

serialVersionUID: -2158206174908310125L


Package bpiwowar.argparser.checkers

Class bpiwowar.argparser.checkers.AndCheckers extends ArrayList<ValueChecker> implements Serializable

serialVersionUID: -1302340030565308838L

Class bpiwowar.argparser.checkers.OrChecker extends ArrayList<ValueChecker> implements Serializable

serialVersionUID: -1302340030565308838L


Package bpiwowar.argparser.handlers

Class bpiwowar.argparser.handlers.HandlerException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package bpiwowar.argparser.holders

Class bpiwowar.argparser.holders.BooleanHolder extends Holder<Boolean> implements Serializable

Serialized Fields

value

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

Class bpiwowar.argparser.holders.CharHolder extends Holder<Character> implements Serializable

serialVersionUID: 1799709958161491946L

Serialized Fields

value

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

Class bpiwowar.argparser.holders.DoubleHolder extends Holder<Double> implements Serializable

serialVersionUID: 6475123456594514908L

Serialized Fields

value

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

Class bpiwowar.argparser.holders.FloatHolder extends Holder<Float> implements Serializable

serialVersionUID: -7362196628680520477L

Serialized Fields

value

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

Class bpiwowar.argparser.holders.IntHolder extends Holder<Integer> implements Serializable

serialVersionUID: 1L

Serialized Fields

value

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

Class bpiwowar.argparser.holders.LongHolder extends Object implements Serializable

serialVersionUID: -9008916102686318016L

Serialized Fields

value

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

Class bpiwowar.argparser.holders.ObjectHolder extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

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

Class bpiwowar.argparser.holders.StringHolder extends Holder<String> implements Serializable

serialVersionUID: 1L

Serialized Fields

value

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


Package bpiwowar.argparser.utils

Class bpiwowar.argparser.utils.Pair extends Object implements Serializable

serialVersionUID: -4235368324324509377L

Serialized Fields

first

Object first
First element of the pair


second

Object second
Second element of the pair

Class bpiwowar.argparser.utils.TreeMapArray extends TreeMap<K,ArrayList<V>> implements Serializable

serialVersionUID: 5935599516863242454L



Copyright © 2013. All Rights Reserved.