java - How to write multiple line property value using PropertiesConfiguration? -



java - How to write multiple line property value using PropertiesConfiguration? -

i have properties file property list value (comma separated), how write property in multi-line ? (backslash after comma)?

i can't find or @ to the lowest degree escaping comma comma , backslash

any help appreciated.

will happy hear alternative frameworks.

thanks

if mean following; relies on backslash + end-of-line. found documented in: http://docs.oracle.com/javase/6/docs/api/java/util/properties.html

primes = 2,\ 3,\ 5,\ 7,\ 11

java properties apache-commons-config

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -