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:[email protected]