|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.bristle.javalib.util | |
|---|---|
| com.bristle.javalib.net.http | |
| com.bristle.javalib.security | |
| com.bristle.javalib.util | |
| Classes in com.bristle.javalib.util used by com.bristle.javalib.net.http | |
|---|---|
| GetOpt
This class contains utility routines for extracting positional arguments and named options from any "option source" (the command line or any specified array, List, Iterator, Enumeration, Map, etc.). |
|
| Classes in com.bristle.javalib.util used by com.bristle.javalib.security | |
|---|---|
| Base64.InvalidBase64DigitException
This exception is thrown when an invalid character is found as a digit in a Base64 encoded string that is being decoded. |
|
| Base64.TruncatedBase64EncodingException
This exception is thrown when a Base64 encoded string that is being decoded has an invalid length, or has a trailing Base64 digit that implies that there should be more digits. |
|
| Classes in com.bristle.javalib.util used by com.bristle.javalib.util | |
|---|---|
| Base64.InvalidBase64DigitException
This exception is thrown when an invalid character is found as a digit in a Base64 encoded string that is being decoded. |
|
| Base64.TruncatedBase64EncodingException
This exception is thrown when a Base64 encoded string that is being decoded has an invalid length, or has a trailing Base64 digit that implies that there should be more digits. |
|
| BooleanWrapper
This class wraps a Boolean. |
|
| GetOpt.DefaultBoolean
This class represents a default value for an Boolean. |
|
| GetOpt.DefaultInteger
This class represents a default value for an Integer. |
|
| GetOpt.DefaultString
This class represents a default value for a String. |
|
| GetOpt.LessThanMinException
This exception is thrown when a numeric value is less than the specified minimum. |
|
| GetOpt.MaxInteger
This class represents a maximum allowable value for an Integer. |
|
| GetOpt.MinInteger
This class represents a minimum allowable value for an Integer. |
|
| GetOpt.MissingArgException
This exception is thrown when a required argument is missing or null. |
|
| GetOpt.MissingOptionException
This exception is thrown when a required option is missing. |
|
| GetOpt.MissingValueException
This exception is thrown when an option with a required value has a missing or null value. |
|
| GetOpt.MoreThanMaxException
This exception is thrown when a numeric value is more than the specified maximum. |
|
| GetOpt.NotAnIntegerException
This exception is thrown when a value required to be an integer was not. |
|
| GetOpt.Required
This class represents a value that specifies whether arguments and options are required. |
|
| GetOpt.ValueRequired
This class represents a value that specifies whether options are required to have values. |
|
| IntegerWrapper
This class wraps an Integer. |
|
| MapUtil.DifferentNumberOfKeysAndValues
This exception is thrown when the number of specified keys is not the same as the number of specified values. |
|
| StringWrapper
This class wraps a String. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||