public class PropertiesUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
needsEscape(int codePoint) |
static boolean |
needsEscapeForKey(int codePoint) |
static boolean |
needsEscapeForValueFirst(int codePoint) |
static boolean |
needsEscapeForValueSubsequent(int codePoint) |
static String |
quotePropertyName(String name) |
static String |
quotePropertyValue(String value) |
public static boolean needsEscape(int codePoint)
public static boolean needsEscapeForKey(int codePoint)
public static boolean needsEscapeForValueFirst(int codePoint)
public static boolean needsEscapeForValueSubsequent(int codePoint)
Copyright © 2021 JBoss by Red Hat. All rights reserved.