Wednesday, December 17, 2008

Command Line Argument Processor Library for Java Applications

Just came across a library which can be used to ease the task of command line argument processing. I should say it is truly based on an elaborate study as it covers almost all the possible paradigms of command line arguments. It is capable of validating all arguments passed. You can also form sets of arguments which need to be passed as a group. Moreover your program looks more professional as the parameters you accept can adhere to common standards used to pass arguments to programs on Linux/Windows Operating systems. I will try to post some examples of how easy it is to use this helper class J

Thank you, Dr. Matthias for such a wonderful piece of code.

For more information see Processing command line arguments in Java: Case closed.