roxspring 2004/09/06 15:58:06
Added: cli/src/test/org/apache/commons/cli2
CommandLineDefaultsTest.java
Log:
Implemented definition time defaults:
Option - added defaults(WriteableCommandLine)
WriteableCommandLine - added setDefaultValues(Option,List)
WriteableCommandLine - added setDefaultSwitch(Option,Boolean)
Argument - add defaults(WriteableCommandLine,Option)
CommandLineDefaultsTest - test the defaults in combination
Parser - now applys the defaults before processing
Implemented new methods
Revision Changes Path
1.2 +250 -0
jakarta-commons/cli/src/test/org/apache/commons/cli2/CommandLineDefaultsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]