Write a PLIST file in Groovy
I have a Groovy application for Windows and am trying to convert a Hash object to an Apple plist开发者_高级运维 file. What is the best way to go about this? Seems like this is something that must already be solved in Java but I can't seem to find any examples.
Thanks in advance
Use commons-configuration, it is designed (to a certain extend) to allow you to write data to any configuration format.
精彩评论