Wednesday 24 December 2014

Command line argument parsers for Java

Take a look here:
http://stackoverflow.com/questions/367706/is-there-a-good-command-line-argument-parser-for-java

I have chosen Jcommander. It has ability to bind arguments into pojo fields. http://jcommander.org/

No comments: