|
Framework Professional Edition Package |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| ParserService | This interface provides utility methods for parsing of commands for the administration of the framework. |
This package provides the interface of the Parser Service. The Parser Service maintains a common set of commands so that bundles in the framework can retrieve these commands and redirect them to miscellaneous clients. Adding pluggable commands to this common set conveys capabilities for management and configuration of specific bundles and services.
The Parser Service manages an inventory of string commands, which a bundle developer may extend or may map to a specific communication stream. This service has two usage aspects:
You can access a command also by its shortcut. A pluggable commands set is responsible for the execution of the commands it records in the Parser Service. In addition, it may organize its commands in a separate group.
To make the Parser Service recognize a pluggable commands entry, register it as a service in the OSGi framework.
|
Framework Professional Edition Package |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||