Package io.quarkus.registry.config
Class PropertiesUtil
- java.lang.Object
-
- io.quarkus.registry.config.PropertiesUtil
-
public class PropertiesUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleangetBoolean(String name, boolean notFoundValue)static BooleangetBooleanOrNull(String name)static StringgetProperty(String name)static StringgetProperty(String name, String defValue)static StringgetUserHome()static booleanisWindows()
-