You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/06/28 11:59:51 UTC

[jira] Moved: (KARAF-28) Add ordering and filtering functionalities to the OSGI command 'List'

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

Guillaume Nodet moved FELIX-1072 to KARAF-28:
---------------------------------------------

        Project: Karaf  (was: Felix)
            Key: KARAF-28  (was: FELIX-1072)
    Component/s:     (was: Karaf)

> Add ordering and filtering functionalities to the OSGI command 'List'
> ---------------------------------------------------------------------
>
>                 Key: KARAF-28
>                 URL: https://issues.apache.org/jira/browse/KARAF-28
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>
> I suggest to add ordering and filtering functionality to the OSGI command 'List' to allow by example to do the following :
> list filter=apache* : to filter the list of osgi bundles using the name 'apache*'
> list order=name : to order the list of bundle using the name as the key (and not the osgi n°)
> list order=state: idem but using the state of the bundle (10, 20, 30, ...)
> list order=spring : idem but using the process 'stated, ...'
> =====================
> We already have the grep command which can be used to filter easily.
> For sorting, i'm kinda tempted to add a sort command like the unix one.
> Though this may not be sufficient to sort on a given column.
> =====================
> FWIW, I've seen a JIRA issue about a 'find' method related to that

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.