| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateValue(String type,
String value)
Validates the specified value string against the indicated type.
|
public static void validateValue(String type, String value)
type - valid type for env-entry-type (from the spec)value - value to be checkedIllegalArgumentException - if the type does not match one of the legal onesNumberFormatException - if the value cannot be parsed according to the typeCopyright © 2019. All rights reserved.