Class PropertyUtils

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

public class PropertyUtils extends Object
Author:
Alexey Loubyansky
  • Method Details

    • isWindows

      public static boolean isWindows()
    • getUserHome

      public static String getUserHome()
    • getProperty

      public static String getProperty(String name, String defValue)
    • getProperty

      public static String getProperty(String name)
    • getBooleanOrNull

      public static final Boolean getBooleanOrNull(String name)
    • getBoolean

      public static final boolean getBoolean(String name, boolean notFoundValue)