Parse command line in java


/ Published in: Java
Save to your folder(s)

input: -width 123 -height 234 -minimized -visible
output map: {"-width":"123", "-height":"234", "-minimized":null, "-visible":null}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.