- getBigDecimal(Properties, String) - Static method in class com.io7m.jproperties.JProperties
-
Returns the real value associated with key in the properties
referenced by properties.
- getBigDecimalOptional(Properties, String, BigDecimal) - Static method in class com.io7m.jproperties.JProperties
-
Returns the real value associated with key in the properties
referenced by properties if it exists, otherwise returns the
given default value.
- getBigInteger(Properties, String) - Static method in class com.io7m.jproperties.JProperties
-
Returns the integer value associated with key in the
properties referenced by properties.
- getBigIntegerOptional(Properties, String, BigInteger) - Static method in class com.io7m.jproperties.JProperties
-
Returns the integer value associated with key in the
properties referenced by properties if it exists, otherwise
returns other.
- getBoolean(Properties, String) - Static method in class com.io7m.jproperties.JProperties
-
Returns the boolean value associated with key in the
properties referenced by properties.
- getBooleanOptional(Properties, String, boolean) - Static method in class com.io7m.jproperties.JProperties
-
Returns the boolean value associated with key in the
properties referenced by properties if it exists, otherwise
returns other.
- getDocumentationXMLLocation() - Static method in class com.io7m.jproperties.documentation.PDocumentation
-
- getString(Properties, String) - Static method in class com.io7m.jproperties.JProperties
-
Returns the string value associated with key in the
properties referenced by props
- getStringOptional(Properties, String, String) - Static method in class com.io7m.jproperties.JProperties
-
Returns the string value associated with key in the
properties referenced by props if it exists, otherwise
returns other.