Class ConfigHelper


  • public class ConfigHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean getSystemPropertyAsBoolean​(java.lang.String name, boolean defaultValue)  
      static int getSystemPropertyAsInt​(java.lang.String name, int defaultValue)  
      static java.lang.String getSystemPropertyAsString​(java.lang.String name, java.lang.String defaultValue)  
      • Methods inherited from class java.lang.Object

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

      • ConfigHelper

        public ConfigHelper()
    • Method Detail

      • getSystemPropertyAsInt

        public static int getSystemPropertyAsInt​(java.lang.String name,
                                                 int defaultValue)
      • getSystemPropertyAsString

        public static java.lang.String getSystemPropertyAsString​(java.lang.String name,
                                                                 java.lang.String defaultValue)
      • getSystemPropertyAsBoolean

        public static boolean getSystemPropertyAsBoolean​(java.lang.String name,
                                                         boolean defaultValue)