Misc. common and utility classes I have written in Java and Groovy over the years.
Go to file
Jonathan Bernard 4ab4e5876b Rewrite LightOptionParser to support multiple parameter arguments.
* LightOptionParser will only make one pass through the arguments array.
* Make LOP support multiple instances of an option (-i in1 -i in2)
* Make LOP support indeterminate option argument lengths
  (using arguments: "variable" in the definition).
* Add unit tests for LightOptionParser and a testing phase during the `package`
  build target.
2014-10-28 01:58:51 -05:00
lib Added ParameterizedSocket and LoggerOutputStream classes. 2012-11-21 13:33:15 -06:00
src Rewrite LightOptionParser to support multiple parameter arguments. 2014-10-28 01:58:51 -05:00
.gitignore Version 1.0 committed using standard build process. 2011-01-21 11:33:24 -06:00
build.xml Rewrite LightOptionParser to support multiple parameter arguments. 2014-10-28 01:58:51 -05:00
jdb-build-1.10.xml Moved to common build v1.10 2012-11-21 13:32:07 -06:00
project.properties Rewrite LightOptionParser to support multiple parameter arguments. 2014-10-28 01:58:51 -05:00