Class PropertyUtils

java.lang.Object
io.quarkus.analytics.util.PropertyUtils

public class PropertyUtils extends Object
  • Constructor Details

    • PropertyUtils

      public PropertyUtils()
  • Method Details

    • getProperty

      public static Integer getProperty(String propertyName, int defaultValue)
    • getProperty

      public static String getProperty(String propertyName, String defaultValue)
    • getProperty

      public static boolean getProperty(String propertyName, boolean defaultValue)