net.sf.nachocalendar.customizer
Class PropertiesCustomizer
java.lang.Object
net.sf.nachocalendar.customizer.PropertiesCustomizer
- Customizer
public class PropertiesCustomizer
extends java.lang.Object
implements Customizer
Calendar customizer using a .properties file.
PropertiesCustomizer(InputStream config) - Constructor using a inputstream which may read
a .properties file.
|
PropertiesCustomizer
public PropertiesCustomizer(InputStream config)
throws IOException
Constructor using a inputstream which may read
a .properties file.
getBoolean
public boolean getBoolean(String key)
getDouble
public double getDouble(String key)
getFloat
public float getFloat(String key)
getInteger
public int getInteger(String key)
getLong
public long getLong(String key)
getString
public String getString(String key)
keySet
public Set keySet()