public abstract class PropertiesUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Function<java.lang.String,java.lang.String> |
toFunction(java.util.Properties properties)
Returns a function that returns the value of the named property, or
null iff that property is not
defined. |
public static Function<java.lang.String,java.lang.String> toFunction(java.util.Properties properties)
null iff that property is not
defined.