| Package | Description |
|---|---|
| com.io7m.jproperties |
Core functions and types.
|
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
JProperties.getBigDecimal(Properties properties,
String key)
Returns the real value associated with
key in the properties
referenced by properties. |
static BigDecimal |
JProperties.getBigDecimalOptional(Properties properties,
String key,
BigDecimal other)
Returns the real value associated with
key in the properties
referenced by properties if it exists, otherwise returns the
given default value. |
static BigInteger |
JProperties.getBigInteger(Properties properties,
String key)
Returns the integer value associated with
key in the
properties referenced by properties. |
static BigInteger |
JProperties.getBigIntegerOptional(Properties properties,
String key,
BigInteger other)
Returns the integer value associated with
key in the
properties referenced by properties if it exists, otherwise
returns other. |
static boolean |
JProperties.getBoolean(Properties properties,
String key)
Returns the boolean value associated with
key in the
properties referenced by properties. |
static boolean |
JProperties.getBooleanOptional(Properties properties,
String key,
boolean other)
Returns the boolean value associated with
key in the
properties referenced by properties if it exists, otherwise
returns other. |
Copyright © 2016 <code@io7m.com> http://io7m.com