You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Hendy Irawan (JIRA)" <ji...@apache.org> on 2013/08/26 17:21:52 UTC

[jira] [Comment Edited] (FELIX-4206) Add CommandSession.keySet()

    [ https://issues.apache.org/jira/browse/FELIX-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13750142#comment-13750142 ] 

Hendy Irawan edited comment on FELIX-4206 at 8/26/13 3:20 PM:
--------------------------------------------------------------

Let's hope it gets accepted.

1. It's undocumented feature:     

{code}
    /**
     * Get the value of a variable.
     *
     * @param name
     * @return
     */
    Object get(String name);
{code}

2. Set<String> keySet() is typesafe :)

                
      was (Author: ceefour):
    Let's hope it gets accepted.

1. It's undocumented feature:     

    /**
     * Get the value of a variable.
     *
     * @param name
     * @return
     */
    Object get(String name);

2. Set<String> keySet() is typesafe :)

                  
> Add CommandSession.keySet()
> ---------------------------
>
>                 Key: FELIX-4206
>                 URL: https://issues.apache.org/jira/browse/FELIX-4206
>             Project: Felix
>          Issue Type: Improvement
>          Components: Gogo Command, Gogo Runtime
>    Affects Versions: gogo.command-0.12.0
>            Reporter: Hendy Irawan
>
> Add CommandSession.keySet()
> Currently only two methods available: get() and put(), but not possible to iterate the available keys.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira