示例#1
0
 /**
  * Gets the default property value.
  *
  * @param propertyName the property name
  * @return the default property value
  */
 public static String getDefaultPropertyValue(String propertyName) {
   return PropertiesToolBox.getDefaultPropertyValue(defaultValues, propertyName);
 }