Exemplo n.º 1
0
 @Override
 public boolean getBoolean(String key) {
   if (propertySet != null && propertySet.exists(key)) {
     return propertySet.getBoolean(key);
   }
   return getApplicationProperties().getOption(key);
 }
 public boolean getBoolean(String s) throws PropertyException {
   return ps.getBoolean(s);
 }