This command group currently works with SCR that provides the org.apache.felix.scr.ScrService service.
The group contains the following commands:
The disable command is used to disable selected component(s).
disable [-help] <component> ...
Parameters:
The enable command is used to enable selected component(s).
enable [-help] <component> ...
Parameters:
The list command is used to list information about components for selected bundles. Components are shown in bundle id order if no order parameter is given.
list [-help] [-i] [-l] [-n] [-r] [<bundle>] ...
Parameters:
The show command is used to show information about components. Components are shown in component id order if no order parameter is given. With the -f parameter will show more information than the list command, it will show some, static information about the component.
show [-help] [-b] [-f] [-n] [-r] [<component>] ...
Parameters:
List all components for all bundles.
scr> list ID State BID Name 0 ACTIVE 19 scrCommandGroup 1 REGISTERED 25 componentE_test.E1 2 FACTORY 25 componentE_test.E2
Show full inforamtion about scrCommandGroup component.
scr> show -f scrCommandGroup ID State BID Name 0 ACTIVE 19 scrCommandGroup > Service: org.knopflerfish.service.console.CommandGroup > Satisfied reference: org.apache.felix.scr.ScrService [1..1], static bind > Property groupName = scr > Delayed component, default enabled, config policy = optional