Class Configurator


  • public class Configurator
    extends java.lang.Object
    Helper for fetching int values from system properties
    • Constructor Summary

      Constructors 
      Constructor Description
      Configurator()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getIntValue​(java.lang.String systemProperty, int defaultValue)  
      • Methods inherited from class java.lang.Object

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

      • Configurator

        public Configurator()
    • Method Detail

      • getIntValue

        public static int getIntValue​(java.lang.String systemProperty,
                                      int defaultValue)