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

Jean-Baptiste Onofré commented on KARAF-452:
--------------------------------------------

As sent on the dev mailing list:


I propose the following convention to identify a bundles or features.
The identifier could be:

- a id (long) (as it is currently)
- a name (for instance bundle_A), the name could contain regexp (for instance 
bundle_*)
- a name and a version (for instance bundle_A/1.0.0), the name and version 
could contain regexp (for instance bundle_*/1.0.0 or bundle_A/1*)
- a range of id (for instance 1-4 7-9 will install bundles with id 1, 2, 3, 4 
and 7, 8, 9) 

> Support bundle id ranges, symbolic name/version, and regex in shell 
> start/stop etc commands
> -------------------------------------------------------------------------------------------
>
>                 Key: KARAF-452
>                 URL: https://issues.apache.org/jira/browse/KARAF-452
>             Project: Karaf
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 3.0.0
>            Reporter: David Jencks
>            Assignee: Jean-Baptiste Onofré
>
> There are several commands that extend BundlesCommand all of which could be 
> enhanced at once.Guillaume suggested on the dev list that the ids argument 
> could be a List<String> and decoded in the doExecute method.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to