Пример #1
0
 /**
  * @param propKey
  * @param defaultValue
  * @return
  */
 public boolean getPropertyAsBoolean(String propKey, boolean defaultValue) {
   return properties.getPropertyAsBoolean(propKey, defaultValue);
 }
Пример #2
0
 /**
  * @param propKey
  * @return
  */
 public boolean getPropertyAsBoolean(String propKey) {
   return properties.getPropertyAsBoolean(propKey);
 }