java.lang.Object |
BigDecimalStringParser.parse(java.lang.String arg) |
Parses the specified argument into a BigDecimal.
|
java.lang.Object |
BigIntegerStringParser.parse(java.lang.String arg) |
Parses the specified argument into a BigInteger.
|
java.lang.Object |
BooleanStringParser.parse(java.lang.String arg) |
Converts the specified argument into a Boolean.
|
java.lang.Object |
ByteStringParser.parse(java.lang.String arg) |
Parses the specified argument into a Byte.
|
java.lang.Object |
CharacterStringParser.parse(java.lang.String arg) |
Parses the specified argument into a Character.
|
java.lang.Object |
ClassStringParser.parse(java.lang.String arg) |
Parses the specified argument into a Class object.
|
java.lang.Object |
ColorStringParser.parse(java.lang.String arg) |
Parses java.awt.Color objects from Strings.
|
java.lang.Object |
DateStringParser.parse(java.lang.String arg) |
Parses the specified argument using either the java.text.SimpleDateFormat
for the current locale
(by default) or a java.text.SimpleDateFormat as defined by this
PropertyStringParser's "format"
property.
|
java.lang.Object |
DoubleStringParser.parse(java.lang.String arg) |
Parses the specified argument into a Double.
|
java.lang.Object |
EnumeratedStringParser.parse(java.lang.String arg) |
Parses the specified argument, making sure it matches one of the valid
options supplied to its constructor.
|
java.lang.Object |
FileStringParser.parse(java.lang.String arg) |
Parses the specified argument into a File.
|
java.lang.Object |
FloatStringParser.parse(java.lang.String arg) |
Parses the specified argument into a Float.
|
java.lang.Object |
ForNameStringParser.parse(java.lang.String arg) |
|
java.lang.Object |
InetAddressStringParser.parse(java.lang.String arg) |
Parses the specified argument into an InetAddress.
|
java.lang.Object |
IntegerStringParser.parse(java.lang.String arg) |
Parses the specified argument into an Integer.
|
java.lang.Object |
IntSizeStringParser.parse(java.lang.String arg) |
|
java.lang.Object |
LongSizeStringParser.parse(java.lang.String arg) |
|
java.lang.Object |
LongStringParser.parse(java.lang.String arg) |
Parses the specified argument into a Long.
|
java.lang.Object |
PackageStringParser.parse(java.lang.String arg) |
Parses the specified argument into a Package object.
|
java.lang.Object |
ShortStringParser.parse(java.lang.String arg) |
Parses the specified argument into a Short.
|
java.lang.Object |
URLStringParser.parse(java.lang.String arg) |
Parses the specified argument into a URL.
|
static long |
LongSizeStringParser.parseSize(java.lang.CharSequence s) |
Parses a size specified using units (e.g., K, Ki, M, Mi,…).
|
void |
DateStringParser.setUp() |
Instantiates the SimpleDateFormat to use for parsing.
|
void |
FileStringParser.setUp() |
|