Class Properties


  • public class Properties
    extends java.lang.Object
    Utility method for accessing system properties.
    • Constructor Summary

      Constructors 
      Constructor Description
      Properties()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getPropertyValue​(java.lang.String propertyName)  
      static boolean isOverrideSet​(java.lang.String propertyName)  
      • Methods inherited from class java.lang.Object

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

      • Properties

        public Properties()
    • Method Detail

      • isOverrideSet

        public static boolean isOverrideSet​(java.lang.String propertyName)
      • getPropertyValue

        public static java.lang.String getPropertyValue​(java.lang.String propertyName)