org.tm4j.panckoucke.util.PropertiesUtil .getBoolean(java.util.Properties p,java.lang.String key,boolean def)

Description

Converts the value of property key into a boolean. returns default if the conversion fails for any reason A String with the value of true - in any case is considered as true.

Parameters
boolean def
java.lang.String key
java.util.Properties p

Other Resources

Related Topics