Class SystemProperties


  • public class SystemProperties
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getProperty​(java.lang.String key)  
      static java.lang.String getProperty​(java.lang.String key, java.lang.String defaultValue)  
      static void setPropertyH​(java.util.Hashtable aPropertyH)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemProperties

        public SystemProperties()
    • Method Detail

      • getProperty

        public static java.lang.String getProperty​(java.lang.String key)
      • getProperty

        public static java.lang.String getProperty​(java.lang.String key,
                                                   java.lang.String defaultValue)
      • setPropertyH

        public static void setPropertyH​(java.util.Hashtable aPropertyH)