You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Pete MacKinnon (JIRA)" <qp...@incubator.apache.org> on 2010/05/14 00:15:44 UTC

[jira] Created: (QPID-2602) FE: have qpid-tool -> list take an optional pkg argument

FE: have qpid-tool -> list take an optional pkg argument
--------------------------------------------------------

                 Key: QPID-2602
                 URL: https://issues.apache.org/jira/browse/QPID-2602
             Project: Qpid
          Issue Type: Improvement
          Components: Qpid Managment Framework
         Environment: All
            Reporter: Pete MacKinnon
            Priority: Minor


It would be nice if qpid-tool displayed a filtered list of classes based on a fully-qualified package or a wildcard.
For example:
% qpid-tool
Management Tool for QPID
qpid: list com.acme.foo
Summary of Objects by Type:
    Package                 Class         Active  Deleted
    =======================================================
    com.acme.foo        widget         1       0
    com.acme.foo        gadget        1       0
qpid: list com.acme.*
Summary of Objects by Type:
    Package                 Class         Active  Deleted
    =======================================================
    com.acme.foo        widget         1       0
    com.acme.foo        gadget         1       0
    com.acme.bar        trinket          1       0


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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Closed: (QPID-2602) FE: have qpid-tool -> list take an optional pkg argument

Posted by "Pete MacKinnon (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete MacKinnon closed QPID-2602.
--------------------------------

    Resolution: Duplicate

Jira website acting up so got 2 of these

> FE: have qpid-tool -> list take an optional pkg argument
> --------------------------------------------------------
>
>                 Key: QPID-2602
>                 URL: https://issues.apache.org/jira/browse/QPID-2602
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Qpid Managment Framework
>         Environment: All
>            Reporter: Pete MacKinnon
>            Priority: Minor
>
> It would be nice if qpid-tool displayed a filtered list of classes based on a fully-qualified package or a wildcard.
> For example:
> % qpid-tool
> Management Tool for QPID
> qpid: list com.acme.foo
> Summary of Objects by Type:
>     Package                 Class         Active  Deleted
>     =======================================================
>     com.acme.foo        widget         1       0
>     com.acme.foo        gadget        1       0
> qpid: list com.acme.*
> Summary of Objects by Type:
>     Package                 Class         Active  Deleted
>     =======================================================
>     com.acme.foo        widget         1       0
>     com.acme.foo        gadget         1       0
>     com.acme.bar        trinket          1       0

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org