~
 I need some code to check, validate and index values given as
command-line options or as name-value pairs in properties files (which
should be overridden by command-line options when set)
~
 Unfortunately apache commons arguments parser:
~
 http://commons.apache.org/proper/commons-cli/
~
 doesn't cut it for me, because I need to validate a very basic
grammar and because I need to give the two (equally looking) options
of using either properties files or command-line options
~
 comp.lang.java.programmer: regexp(ing) Backus-Naurish expressions ...
~
 Any suggestions?
~
 thanks
 lbrtchx

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to