public class PropertiesUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
escape(int codePoint) |
static boolean |
escapeForKey(int codePoint) |
static boolean |
escapeForValueFirst(int codePoint) |
static boolean |
escapeForValueSubsequent(int codePoint) |
static String |
quotePropertyName(String name) |
static String |
quotePropertyValue(String value) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.