Package org.pkl.core.util.properties
Class PropertiesUtils
- java.lang.Object
-
- org.pkl.core.util.properties.PropertiesUtils
-
public class PropertiesUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringrenderPropertiesKeyOrValue(java.lang.String value, boolean escapeSpace, boolean restrictCharset)Write a property key or value according toProperties.store0(BufferedWriter, String, boolean).
-