Class PropertiesUtil
- java.lang.Object
-
- io.quarkus.deployment.configuration.PropertiesUtil
-
public class PropertiesUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanneedsEscape(int codePoint)static booleanneedsEscapeForKey(int codePoint)static booleanneedsEscapeForValueFirst(int codePoint)static booleanneedsEscapeForValueSubsequent(int codePoint)static StringquotePropertyName(String name)static StringquotePropertyValue(String value)
-
-
-
Method Detail
-
needsEscape
public static boolean needsEscape(int codePoint)
-
needsEscapeForKey
public static boolean needsEscapeForKey(int codePoint)
-
needsEscapeForValueFirst
public static boolean needsEscapeForValueFirst(int codePoint)
-
needsEscapeForValueSubsequent
public static boolean needsEscapeForValueSubsequent(int codePoint)
-
-