Class PropertiesUtil


  • public class PropertiesUtil
    extends Object
    • 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)
      • quotePropertyName

        public static String quotePropertyName​(String name)
      • quotePropertyValue

        public static String quotePropertyValue​(String value)