Esempio n. 1
0
 /**
  * @param propKey
  * @param defaultValue
  * @return
  */
 public boolean getPropertyAsBoolean(String propKey, boolean defaultValue) {
   return properties.getPropertyAsBoolean(propKey, defaultValue);
 }
Esempio n. 2
0
 /**
  * @param propKey
  * @return
  */
 public boolean getPropertyAsBoolean(String propKey) {
   return properties.getPropertyAsBoolean(propKey);
 }