资 源 简 介
Parser and binder for Java utilities. Allows reading of main method arguments in POSIX.1-2008 standard in Java-friendly way. Does not have references to any 3rd party libraries (pure JSE) to minimize dependency overhead. Heavily relies on Reflection API.
Reference specification: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html
Snapshot
0.3-SNAPSHOT
no production code changes comparing to Release 0.2
major tests rewrite and update (CodeCoverage)
API changes
ArgumentBinder.bind(Parameter, Object)
this method returns void instead of boolean
when binding is not successful then Exception should be thrown
ArgumentProcessor(String[], Object)
public constructor deprecated in Release 0.2 has been permanently removed
Releases
27/1/201