Jason Dillon created CLI-276:
--------------------------------
Summary: Adjust access-modifier of checkRequiredOptions() to
protected
Key: CLI-276
URL: https://issues.apache.org/jira/browse/CLI-276
Project: Commons CLI
Issue Type: Improvement
Components: CLI-1.x
Affects Versions: 1.4
Reporter: Jason Dillon
... for parity with GnuParser, PosixParser and Parser impls to allow sub-class
a bit more control.
I have a use-case in which needs to defer the required-options check, which is
doable with GnuParser and PosixParser, but the new DefaultParser doesn't allow
this due to a private access-modifier on checkRequiredOptions().
https://github.com/apache/commons-cli/pull/11
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)