This project provides a convenient, compact, pre-packaged and comprehensively documented suite of command line option parsers for the use of Java programmers. Initially, parsing compatible with GNU-style 'getopt' is provided.
Be the first to post a text review of Java command line option parsing suite. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Changes from 0.5 to 1.0 ======================= - Added getOptionValue(Option, Object) which takes an Object as a potential default value for the given Option. If the option is not present on the command line, the default is returned instead. This addresses bug 1051346 submitted by Tomas Znamenacek, and feature request 527808. - Added getOptionValues(Option) which will return a list of occurrences of a single option, and added the ability internally to cope with such multiple occurrences. This accepts and uses patch 1164413, and closes patch 1083615 (it solves the same problem in a better way). - Added support for concatenated boolean options (those written -bcd where -b, -c, and -d are boolean options). This accepts and uses patch 621087 by Vidar Holen. - Added some more unit tests. - Some code clean-ups.
Changes from 0.5 to 1.0 ======================= - Added getOptionValue(Option, Object) which takes an Object as a potential default value for the given Option. If the option is not present on the command line, the default is returned instead. This addresses bug 1051346 submitted by Tomas Znamenacek, and feature request 527808. - Added getOptionValues(Option) which will return a list of occurrences of a single option, and added the ability internally to cope with such multiple occurrences. This accepts and uses patch 1164413, and closes patch 1083615 (it solves the same problem in a better way). - Added support for concatenated boolean options (those written -bcd where -b, -c, and -d are boolean options). This accepts and uses patch 621087 by Vidar Holen. - Added some more unit tests. - Some code clean-ups.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?