Knopflerfish OSGi bundle command 0.2
C E F G I L O P

C

close() - Method in interface org.osgi.service.command.CommandSession
Close this command session.
COMMAND_FUNCTION - Static variable in interface org.osgi.service.command.CommandProcessor
A String, array, or list of method names that may be called for this command provider.
COMMAND_SCOPE - Static variable in interface org.osgi.service.command.CommandProcessor
The scope of commands provided by this service.
CommandProcessor - Interface in org.osgi.service.command
A Command Processor is a service that is registered by a script engine that can execute commands.
CommandSession - Interface in org.osgi.service.command
A Command Session holds the executable state of a script engine as well as the keyboard and console streams.
convert(Class, Object) - Method in interface org.osgi.service.command.CommandSession
Convert an object to another type.
convert(Class, Object) - Method in interface org.osgi.service.command.Converter
Convert an object to the desired type.
Converter - Interface in org.osgi.service.command
A converter is a service that can help create specific object types from a string, and vice versa.
CONVERTER_CLASSES - Static variable in interface org.osgi.service.command.Converter
This property is a string, or array of strings, and defines the classes or interfaces that this converter recognizes.
createSession(InputStream, PrintStream, PrintStream) - Method in interface org.osgi.service.command.CommandProcessor
Create a new command session associated with IO streams.

E

execute(CharSequence) - Method in interface org.osgi.service.command.CommandSession
Execute a program in this session.
execute(CharSequence, InputStream, PrintStream, PrintStream) - Method in interface org.osgi.service.command.CommandSession
Execute a program in this session but override the different streams for this call only.
execute(CommandSession, List) - Method in interface org.osgi.service.command.Function
Execute this function and return the result.

F

format(Object, int) - Method in interface org.osgi.service.command.CommandSession
Convert an object to string form (CharSequence).
format(Object, int, Converter) - Method in interface org.osgi.service.command.Converter
Convert an object to a CharSequence object in the requested format.
Function - Interface in org.osgi.service.command
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.

G

get(String) - Method in interface org.osgi.service.command.CommandSession
Get the value of a variable.
getConsole() - Method in interface org.osgi.service.command.CommandSession
Return the PrintStream for the console.
getKeyboard() - Method in interface org.osgi.service.command.CommandSession
Return the input stream that is the first of the pipeline.

I

INSPECT - Static variable in interface org.osgi.service.command.Converter
Print the object in detail.

L

LINE - Static variable in interface org.osgi.service.command.Converter
Print the object as a row in a table.

O

org.osgi.service.command - package org.osgi.service.command
Command Package Version 1.0.

P

PART - Static variable in interface org.osgi.service.command.Converter
Print the value in a small format so that it is identifiable.
put(String, Object) - Method in interface org.osgi.service.command.CommandSession
Set the value of a variable.

C E F G I L O P
Knopflerfish OSGi ${version}