Example #1
0
 /**
  * Returns the value of a property.
  *
  * @param name The name of the property whose value is to be retrieved.
  * @return The value of the property.
  */
 public static String getValue(String name) {
   return props.getProperty(name);
 }