Skip navigation links
C F G J P 

C

com.io7m.jproperties - package com.io7m.jproperties
Core functions and types.
com.io7m.jproperties.documentation - package com.io7m.jproperties.documentation
Documentation.

F

fromFile(File) - Static method in class com.io7m.jproperties.JProperties
Load properties from the given file.

G

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.

J

JProperties - Class in com.io7m.jproperties
Type-safe interface to Properties.
JPropertyException - Exception in com.io7m.jproperties
The type of exceptions raised upon property access errors.
JPropertyException(String) - Constructor for exception com.io7m.jproperties.JPropertyException
Construct an exception with the given message.
JPropertyIncorrectType - Exception in com.io7m.jproperties
The type of exceptions raised upon accessing a property that is not of the expected type.
JPropertyIncorrectType(String) - Constructor for exception com.io7m.jproperties.JPropertyIncorrectType
Construct an exception with the given message.
JPropertyNonexistent - Exception in com.io7m.jproperties
The type of exceptions raised upon accessing a property that does not exist.
JPropertyNonexistent(String) - Constructor for exception com.io7m.jproperties.JPropertyNonexistent
Construct an exception with the given message.

P

PDocumentation - Class in com.io7m.jproperties.documentation
Functions for retrieving the documentation.
PDocumentation() - Constructor for class com.io7m.jproperties.documentation.PDocumentation
 
C F G J P 
Skip navigation links

Copyright © 2017 <code@io7m.com> http://io7m.com