Hello:

I have a question about type checking for arguments in CLI. Is it possible to specify 
that all argument values for a certain option must be numeric and if not 
ParseException should be thrown while parsing? I see that there is a method "withType" 
in OptionBuilder but the parameter type of the method is Object - if it supports type 
checking it should have been "class". The JavaDoc does not give more information on 
this method. Any help will be highly appreciated.

Thanks
Bob


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to