Knopflerfish OSGi 3.1.0

Package org.osgi.service.command

Command Package Version 1.0.

See:
          Description

Interface Summary
CommandProcessor A Command Processor is a service that is registered by a script engine that can execute commands.
CommandSession A Command Session holds the executable state of a script engine as well as the keyboard and console streams.
Converter A converter is a service that can help create specific object types from a string, and vice versa.
Function A Function is a a block of code that can be executed with a set of arguments, it returns the result object of executing the script.
 

Package org.osgi.service.command Description

Command Package Version 1.0.

The purpose of this package is to provide access to a script language processor. Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:

Import-Package: org.osgi.service.command; version="[1.0,2.0)"


Knopflerfish OSGi 3.1.0