Computer Science Canada

[Tip] Parsing POSIX/GNU style command-line args

Author:  rizzix [ Wed May 11, 2005 11:51 pm ]
Post subject:  [Tip] Parsing POSIX/GNU style command-line args

args4j takes advantage of the annotations feature of 1.5 and makes the process really really simple.

here's an article explaining it: Kohsuke Kawaguchi's Blog (Parsing command line options in JDK 5.0 style: args4j)


: