Package org.joni

Class ConfigSupport


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

      Constructors 
      Constructor Description
      ConfigSupport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean getBoolean​(java.lang.String property, boolean def)  
      (package private) static int getInt​(java.lang.String property, int def)  
      • Methods inherited from class java.lang.Object

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

      • ConfigSupport

        public ConfigSupport()
    • Method Detail

      • getBoolean

        static boolean getBoolean​(java.lang.String property,
                                  boolean def)
      • getInt

        static int getInt​(java.lang.String property,
                          int def)