Class PropertiesUtils

java.lang.Object
org.pkl.core.util.properties.PropertiesUtils

public final class PropertiesUtils extends Object
  • Method Details

    • renderPropertiesKeyOrValue

      public static String renderPropertiesKeyOrValue(String value, boolean escapeSpace, boolean restrictCharset)
      Write a property key or value according to Properties.store0(BufferedWriter, String, boolean).