My 2 cents for Humanity

From Andrey

(Difference between revisions)
Revision as of 22:26, 22 October 2011
Andrey (Talk | contribs)

← Previous diff
Current revision
Andrey (Talk | contribs)


Current 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