Example #1
0
 /**
  * Allows an external caller to get a property. The calling routine is required to know the type,
  * as this routine will return an Object, as that is what properties can be.
  *
  * @param key property to return
  */
 public static Object getProperty(String key) {
   return RuntimeSingleton.getProperty(key);
 }