| Methods in com.ebmwebsourcing.easycommons.properties that throw PropertiesException |
static void |
PropertiesHelper.resolveMap(java.util.Map<java.lang.String,java.lang.String> mapToResolve,
java.util.Properties propertiesToUse)
Resolve the place holders in the values of the specified Map
mapToResolve against the specified Properties propertiesToUse |
static void |
PropertiesHelper.resolveProperties(java.util.Properties propertiesToResolve,
java.util.Properties propertiesToUse)
Resolve the specified Properties propertiesToResolve against the
specified Properties propertiesToUse |
static java.io.ByteArrayInputStream |
PropertiesHelper.resolvePropertiesForInputStream(java.io.InputStream inputStreamToResolve,
java.util.Properties propertiesToUse)
Resolve the place holders in the values of the specified InputStream
inputStreamToResolve against the specified Properties propertiesToUse |
static java.lang.String |
PropertiesHelper.resolveString(java.lang.String str,
java.util.Properties propertiesToUse)
Replace the place holders by their values in the specified string str |