Added LightOptionParser, NullOutputStream, bugfixes.

LightOptionParser
-----------------

Lightweight, fairly featureful option parsing mechanism idiomatic to Groovy.
Takes in a map of parameter definitions and returns a map of option values and
arguments.

NullOutputStream
----------------

Ignores all data sent its way.

ParameterizedSocket
-------------------

Added trace and debug logging to the message handling code.

SmartConfig
-----------

Fixed a bug where a property lookup on a non-existent property with no default
given caused a null pointer exception trying to resolve the class of the default
value.
This commit is contained in:
Jonathan Bernard
2012-11-27 08:40:17 -06:00
parent a186d6a09d
commit c887a49f8c
5 changed files with 114 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#Thu, 22 Nov 2012 14:39:26 -0600
#Tue, 27 Nov 2012 08:38:33 -0600
name=jdb-util
version=1.7
version=1.8
lib.local=true
build.number=16
build.number=2