You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/05/08 08:44:55 UTC

[jira] Closed: (CLI-142) CLI Parser is not very extension friendly

     [ https://issues.apache.org/jira/browse/CLI-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed CLI-142.
-----------------------------

    Resolution: Fixed

Now 1.1 is out, applying this patch as it looks good.

> 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
>            Priority: Minor
>             Fix For: 1.2
>
>         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.