Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
Modifier and Type | Method and Description |
---|---|
static java.math.BigDecimal |
PropertyConverter.toBigDecimal(java.lang.Object value)
Convert the specified object into a BigDecimal.
|
static java.math.BigInteger |
PropertyConverter.toBigInteger(java.lang.Object value)
Convert the specified object into a BigInteger.
|
static java.lang.Boolean |
PropertyConverter.toBoolean(java.lang.Object value)
Convert the specified object into a Boolean.
|
static java.lang.Byte |
PropertyConverter.toByte(java.lang.Object value)
Convert the specified object into a Byte.
|
static java.util.Calendar |
PropertyConverter.toCalendar(java.lang.Object value,
java.lang.String format)
Convert the specified object into a Calendar.
|
static java.awt.Color |
PropertyConverter.toColor(java.lang.Object value)
Convert the specified object into a Color.
|
static java.util.Date |
PropertyConverter.toDate(java.lang.Object value,
java.lang.String format)
Convert the specified object into a Date.
|
static java.lang.Double |
PropertyConverter.toDouble(java.lang.Object value)
Convert the specified object into a Double.
|
static java.lang.Float |
PropertyConverter.toFloat(java.lang.Object value)
Convert the specified object into a Float.
|
static java.lang.Integer |
PropertyConverter.toInteger(java.lang.Object value)
Convert the specified object into an Integer.
|
static java.util.Locale |
PropertyConverter.toLocale(java.lang.Object value)
Convert the specified object into a Locale.
|
static java.lang.Long |
PropertyConverter.toLong(java.lang.Object value)
Convert the specified object into a Long.
|
static java.lang.Short |
PropertyConverter.toShort(java.lang.Object value)
Convert the specified object into a Short.
|
static java.net.URL |
PropertyConverter.toURL(java.lang.Object value)
Convert the specified object into an URL.
|
Copyright © 2001-2014. All Rights Reserved.