Class PropertyUtils

java.lang.Object
com.blazebit.persistence.impl.util.PropertyUtils

public class PropertyUtils extends Object
Since:
1.2.0
Author:
Christian Beikov
  • Method Details

    • getAsBooleanProperty

      public static boolean getAsBooleanProperty(Properties properties, String key, boolean defaultValue)
    • getAsBooleanProperty

      public static boolean getAsBooleanProperty(Map<String,String> properties, String key, boolean defaultValue)