Download List

프로젝트 설명

JewelCLI provides an API to parse command line
arguments. It uses Java annotations to present a
very simple but powerful interface. Options are
defined using an annotated Java interface
definition. This allow a declarative style which
can be much clearer than the procedural style used
by some other Java CLI libraries.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-04-13 00:59
0.6

상속 옵션을 지원합니다. 많은 버그수정.
Support for inherited options. Many bugfixes.

2006-10-04 10:34
0.4

지원 센터에 추가되었습니다 / 사용법 메시지를 구문 분석되지 않은 논쟁, 그리고 정규 표현식 검증. 이제 긴 인자 "-", 그리고 "접두사를 사용하여 -"접두사가 인수 짧은 옵션이있습니다. 지원이 추가되었습니다 - 옵션 = 값과 여러 개의 짧은 옵션 이름 (하나의 옵션이 많은 가명). 원시 형식을 지원, 캐릭터에 대한 지원을 추가하는 등 해결되었습니다. 두 개의 새로운 별칭을 추가했다 : 응용 프로그램 이름 개최 "commandLineInterface"주석, 그리고 "구문 분석되지 않은"주석, 이는 추가적인 구문 분석되지 않은 옵션이 반환됩니다 메서드를 표시합니다.
Tags: Major feature enhancements
Support was added for help/usage messages, unparsed arguments, and regular expression validation. Long arguments now use the "--" prefix, and "-" prefixed arguments are short options. Support was added for --option=value and multiple short option names (one option with many aliases). Primitive type support was fixed, including adding support for Character. Two new aliases were added: the "commandLineInterface" annotation, to hold application name, and the "unparsed" annotation, to mark the method which will return the additional unparsed options.

2006-09-21 09:30
0.2

Tags: Initial freshmeat announcement

Project Resources