de.unkrig.commons.util
Class PropertiesUtil

java.lang.Object
  extended by de.unkrig.commons.util.PropertiesUtil

public abstract class PropertiesUtil
extends java.lang.Object

Represents singular or periodic time events.


Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toFunction

public 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.