CLI Parser is not very extension friendly
-----------------------------------------
Key: CLI-142
URL: https://issues.apache.org/jira/browse/CLI-142
Project: Commons CLI
Issue Type: Improvement
Components: CLI-1.x
Affects Versions: 1.1
Reporter: Henning Schmiedehausen
Attachments: parser.patch
The Parser class is not really extension friendly.
- cmd is private, should either be protected or have a getter/setter pair
- options and requiredOptions should have getter/setters (requiredOptions
depends on options)
- processProperties is private, should be protected
- processOptions is private, should be protected
-
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.