My 2 cents for Humanity

From Andrey

Revision as of 22:26, 22 October 2011; view current revision
←Older revision | Newer revision→

Here is a utility class I wrote to help writing command line applications. It is surprising how often a command line app directly validates its argument array instead of delegating it to some kind of parser. Use it as you like.

CommandLineParser.java

CommandLineParserTest.java