Package
Class
Tree
Deprecated
Index
Help
Knopflerfish OSGi bundle Console 4.0.1
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
G
H
O
P
R
S
T
U
A
abortCommand()
- Method in interface org.knopflerfish.service.console.
Session
Abort current command in session.
addSessionListener(SessionListener)
- Method in interface org.knopflerfish.service.console.
Session
Add session event listener.
C
close()
- Method in interface org.knopflerfish.service.console.
Session
Close session.
cmd
- Variable in class org.knopflerfish.service.console.
CommandGroupAdapter.DynamicCmd
COMMAND_GROUP
- Static variable in class org.knopflerfish.service.console.
CommandGroupAdapter
Full class name of CommandGroup interface.
CommandGroup
- Interface in
org.knopflerfish.service.console
Interface for a command group service.
CommandGroupAdapter
- Class in
org.knopflerfish.service.console
Adapter class for CommandGroup.
CommandGroupAdapter(String, String)
- Constructor for class org.knopflerfish.service.console.
CommandGroupAdapter
Constructs a command group.
CommandGroupAdapter.DynamicCmd
- Class in
org.knopflerfish.service.console
CommandGroupAdapter.DynamicCmd(CommandGroup, String)
- Constructor for class org.knopflerfish.service.console.
CommandGroupAdapter.DynamicCmd
ConsoleService
- Interface in
org.knopflerfish.service.console
Console service for OSG platforms.
E
execute(String[], Reader, PrintWriter, Session)
- Method in interface org.knopflerfish.service.console.
CommandGroup
Executes a command in the command group.
execute(String[], Reader, PrintWriter, Session)
- Method in class org.knopflerfish.service.console.
CommandGroupAdapter
Executes a command in the command group.
G
getCommandNames()
- Method in class org.knopflerfish.service.console.
CommandGroupAdapter
getEscapeChar()
- Method in interface org.knopflerfish.service.console.
Session
Get escape character.
getGroupName()
- Method in interface org.knopflerfish.service.console.
CommandGroup
Returns a string with the command group name.
getGroupName()
- Method in class org.knopflerfish.service.console.
CommandGroupAdapter
Returns the command group name.
getInterruptString()
- Method in interface org.knopflerfish.service.console.
Session
Get interrupt string.
getLongHelp()
- Method in interface org.knopflerfish.service.console.
CommandGroup
Returns a string containing a long help text for the command group.
getLongHelp()
- Method in class org.knopflerfish.service.console.
CommandGroupAdapter
Returns long command group help.
getName()
- Method in interface org.knopflerfish.service.console.
Session
Get session name.
getOpt(String[], String)
- Method in class org.knopflerfish.service.console.
CommandGroupAdapter
Method to do argument parsing.
getProperties()
- Method in interface org.knopflerfish.service.console.
Session
Returns the property information tied to this session.
getShortHelp()
- Method in interface org.knopflerfish.service.console.
CommandGroup
Returns a string containing a short help text for the command group.
getShortHelp()
- Method in class org.knopflerfish.service.console.
CommandGroupAdapter
Returns short command group help.
GROUP_NAME
- Static variable in interface org.knopflerfish.service.console.
CommandGroup
Property key for group name to use when registering a CommandGroup.
H
help
- Variable in class org.knopflerfish.service.console.
CommandGroupAdapter.DynamicCmd
O
org.knopflerfish.service.console
- package org.knopflerfish.service.console
The Knopflerfish Console Package.
P
PROPERTY_AUTHORIZATION
- Static variable in interface org.knopflerfish.service.console.
Session
Constant for the session property that is the session's Authorization object.
PROPERTY_EXIT_ON_LOGOUT
- Static variable in interface org.knopflerfish.service.console.
Session
Constant for the session property that indicates that the session should be closed if the user logs out.
PROPERTY_TCP
- Static variable in interface org.knopflerfish.service.console.
Session
Constant for the session property that indicates that the session is a TCP session.
R
removeSessionListener(SessionListener)
- Method in interface org.knopflerfish.service.console.
Session
Remove session event listener.
runCommand(String)
- Method in interface org.knopflerfish.service.console.
ConsoleService
Run a command string.
runSession(String, Reader, PrintWriter)
- Method in interface org.knopflerfish.service.console.
ConsoleService
Start a command session.
S
selectBundles(Bundle[], String[])
- Static method in class org.knopflerfish.service.console.
Util
Select bundles from an array of Bundle objects.
selectBundles(Bundle[], String[], Set<String>)
- Static method in class org.knopflerfish.service.console.
Util
Select bundles from an array of Bundle objects.
Session
- Interface in
org.knopflerfish.service.console
Control interface for a command session.
sessionEnd(Session)
- Method in interface org.knopflerfish.service.console.
SessionListener
Session end event.
SessionListener
- Interface in
org.knopflerfish.service.console
Session event listener interface.
setAlias(String, String[])
- Method in interface org.knopflerfish.service.console.
ConsoleService
Set alias value for a shortcut key.
setEscapeChar(char)
- Method in interface org.knopflerfish.service.console.
Session
Set escape character.
setInterruptString(String)
- Method in interface org.knopflerfish.service.console.
Session
Set interrupt string.
shortName(Bundle)
- Static method in class org.knopflerfish.service.console.
Util
Get short name of specified bundle.
showId(Bundle)
- Static method in class org.knopflerfish.service.console.
Util
Get bundle identifier as a constant length string.
showLeft(int, String)
- Static method in class org.knopflerfish.service.console.
Util
Show a string left adjusted in constant length string.
showObject(Object)
- Static method in class org.knopflerfish.service.console.
Util
Get string representation of an object.
showRight(int, String)
- Static method in class org.knopflerfish.service.console.
Util
Show a string right adjusted in constant length string.
showServiceClasses(ServiceReference<?>)
- Static method in class org.knopflerfish.service.console.
Util
Get Service class list as a string.
showState(Bundle)
- Static method in class org.knopflerfish.service.console.
Util
Get bundle state as a constant length string.
sortBundles(Bundle[], boolean)
- Static method in class org.knopflerfish.service.console.
Util
Sort an array of bundle objects based on their location or shortname.
sortBundlesId(Bundle[])
- Static method in class org.knopflerfish.service.console.
Util
Sort an array of bundle objects based on their Bundle Id.
sortBundlesTime(Bundle[])
- Static method in class org.knopflerfish.service.console.
Util
Sort an array of bundle objects based on their Last modified time.
symbolicName(Bundle)
- Static method in class org.knopflerfish.service.console.
Util
Get the symbolic name of the specified bundle.
T
toString()
- Method in class org.knopflerfish.service.console.
CommandGroupAdapter.DynamicCmd
U
usage
- Variable in class org.knopflerfish.service.console.
CommandGroupAdapter.DynamicCmd
Util
- Class in
org.knopflerfish.service.console
Utility methods for building CommandGroups to the console.
Util()
- Constructor for class org.knopflerfish.service.console.
Util
A
C
E
G
H
O
P
R
S
T
U
Package
Class
Tree
Deprecated
Index
Help
Knopflerfish OSGi ${version}
PREV NEXT
FRAMES
NO FRAMES
All Classes