stringtomap


Java utility to convert string to map

Simple Java utility library/class for conversion of string to map. The main motivation for this library is to have tool to process more items in one property string of Java resource bundle.

E.g.: "label:Help|mnemonic:H|shortcut:ALT+F1"

This will result in map: ["label":"Help", "mnemonic":"H", "shortcut":"Alt+F1"]

There may be other usage possibilities.

Project continued here (as migration to hg did not fully work - was able to covert, but was not able to push)

http://bitbucket.org/bubbles.way/stringtomap

Project Information

Labels:
java utility string resource property