Software Details:
Version: 0.4.2 updated
Upload Date: 28 Sep 15
Distribution Type: Freeware
Downloads: 67
CmdOption is an open source and easy-to-use annotation-driven command-line parser software, designed especially for Java 5 applications.
CmdOption is able to parse any command-line, thanks to a simple configuration object. The generated output and error/validation message can be localized.
What is new in this release:
- Added new EnumHandler which support parsing of enum values into Java enums.
- Added CmdlineParser.defaultHandlers() which can be overriden to customize the set of applied default handlers.
What is new in version 0.3.2:
- This version fixes a visibility bug, makes the OptionHandle class public, adds JavaDoc, and improves debugging support.
What is new in version 0.3.1:
- This version adds an IntegerHandler which supports Integer and int values for fields and methods.
- The line length for the usage formatter is now configurable via a constructor parameter of DefaultUsageFormatter.
- Debug output has improved.
What is new in version 0.3.0:
- Added support for inherited fields and methods.
- Added new BooleanHandler, which replaces BooleanFieldHandler, but also handles methods.
- Changed SBuild-driven test runner to scalatest, for better commandline output.
- Added more unit tests.
- Added Changelog.
Requirements:
- Java 2 Standard Edition Runtime Environment
Comments not found