Class PropertyUtil

java.lang.Object
com.diozero.util.PropertyUtil

public class PropertyUtil
extends Object
  • Constructor Details

    • PropertyUtil

      public PropertyUtil()
  • Method Details

    • isPropertySet

      public static boolean isPropertySet​(String key)
    • getIntProperty

      public static int getIntProperty​(String key, int defaultValue)
    • getBooleanProperty

      public static boolean getBooleanProperty​(String key, boolean defaultValue)
    • getProperty

      public static String getProperty​(String key, String defaultValue)