Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
E
G
H
I
O
P
R
S
U
V
A
Activator
- class org.ungoverned.osgi.bundle.shell.
Activator
.
Activator()
- Constructor for class org.ungoverned.osgi.bundle.shell.
Activator
Activator.ExecutePrivileged
- class org.ungoverned.osgi.bundle.shell.
Activator.ExecutePrivileged
.
Activator.ExecutePrivileged(Command, String, PrintStream, PrintStream)
- Constructor for class org.ungoverned.osgi.bundle.shell.
Activator.ExecutePrivileged
B
BASE_URL_PROPERTY
- Static variable in interface org.ungoverned.osgi.service.shell.
CdCommand
Property used to configure the base URL.
BundleLevelCommandImpl
- class org.ungoverned.osgi.bundle.shell.
BundleLevelCommandImpl
.
BundleLevelCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
BundleLevelCommandImpl
C
CdCommand
- interface org.ungoverned.osgi.service.shell.
CdCommand
.
This interface defines the
cd
command service interface for the Oscar shell service.
CdCommandImpl
- class org.ungoverned.osgi.bundle.shell.
CdCommandImpl
.
CdCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
CdCommandImpl
Command
- interface org.ungoverned.osgi.service.shell.
Command
.
This interface is used to define commands for the Oscar shell service.
E
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
BundleLevelCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
CdCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
HeadersCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
HelpCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
InstallCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
PackagesCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
PsCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
RefreshCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
ServicesCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
ShutdownCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
StartCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
StartLevelCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
StopCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
UninstallCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
UpdateCommandImpl
execute(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
VersionCommandImpl
execute(String, PrintStream, PrintStream)
- Method in interface org.ungoverned.osgi.service.shell.
Command
Executes the command using the supplied command line, output print stream, and error print stream.
executeCommand(String, PrintStream, PrintStream)
- Method in interface org.ungoverned.osgi.service.shell.
ShellService
This method executes the supplied command line using the supplied output and error print stream.
G
getBaseURL()
- Method in class org.ungoverned.osgi.bundle.shell.
CdCommandImpl
getBaseURL()
- Method in interface org.ungoverned.osgi.service.shell.
CdCommand
Returns the current
directory
of the Oscar shell service.
getBundleName(Bundle)
- Static method in class org.ungoverned.osgi.bundle.shell.
Util
getCommandDescription(String)
- Method in interface org.ungoverned.osgi.service.shell.
ShellService
Returns the description associated with the specified command name.
getCommandReference(String)
- Method in interface org.ungoverned.osgi.service.shell.
ShellService
Returns the service reference associated with the specified command name.
getCommandUsage(String)
- Method in interface org.ungoverned.osgi.service.shell.
ShellService
Returns the usage string associated with the specified command name.
getCommands()
- Method in interface org.ungoverned.osgi.service.shell.
ShellService
Returns an array of command names available in the shell service.
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
BundleLevelCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
CdCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
HeadersCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
HelpCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
InstallCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
PackagesCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
PsCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
RefreshCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
ServicesCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
ShutdownCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
StartCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
StartLevelCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
StopCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
UninstallCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
UpdateCommandImpl
getName()
- Method in class org.ungoverned.osgi.bundle.shell.
VersionCommandImpl
getName()
- Method in interface org.ungoverned.osgi.service.shell.
Command
Returns the name of the command that is implemented by the interface.
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
BundleLevelCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
CdCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
HeadersCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
HelpCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
InstallCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
PackagesCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
PsCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
RefreshCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
ServicesCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
ShutdownCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
StartCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
StartLevelCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
StopCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
UninstallCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
UpdateCommandImpl
getShortDescription()
- Method in class org.ungoverned.osgi.bundle.shell.
VersionCommandImpl
getShortDescription()
- Method in interface org.ungoverned.osgi.service.shell.
Command
Returns a short description of the command; this description should be as short as possible.
getStateString(int)
- Method in class org.ungoverned.osgi.bundle.shell.
PsCommandImpl
getUnderlineString(String)
- Static method in class org.ungoverned.osgi.bundle.shell.
Util
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
BundleLevelCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
CdCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
HeadersCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
HelpCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
InstallCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
PackagesCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
PsCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
RefreshCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
ServicesCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
ShutdownCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
StartCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
StartLevelCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
StopCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
UninstallCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
UpdateCommandImpl
getUsage()
- Method in class org.ungoverned.osgi.bundle.shell.
VersionCommandImpl
getUsage()
- Method in interface org.ungoverned.osgi.service.shell.
Command
Returns the usage string for the command.
getValueString(Object)
- Static method in class org.ungoverned.osgi.bundle.shell.
Util
H
HeadersCommandImpl
- class org.ungoverned.osgi.bundle.shell.
HeadersCommandImpl
.
HeadersCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
HeadersCommandImpl
HelpCommandImpl
- class org.ungoverned.osgi.bundle.shell.
HelpCommandImpl
.
HelpCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
HelpCommandImpl
I
InstallCommandImpl
- class org.ungoverned.osgi.bundle.shell.
InstallCommandImpl
.
InstallCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
InstallCommandImpl
install(String, PrintStream, PrintStream)
- Method in class org.ungoverned.osgi.bundle.shell.
InstallCommandImpl
O
org.ungoverned.osgi.bundle.shell
- package org.ungoverned.osgi.bundle.shell
org.ungoverned.osgi.service.shell
- package org.ungoverned.osgi.service.shell
P
PackagesCommandImpl
- class org.ungoverned.osgi.bundle.shell.
PackagesCommandImpl
.
PackagesCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
PackagesCommandImpl
PsCommandImpl
- class org.ungoverned.osgi.bundle.shell.
PsCommandImpl
.
PsCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
PsCommandImpl
R
RefreshCommandImpl
- class org.ungoverned.osgi.bundle.shell.
RefreshCommandImpl
.
RefreshCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
RefreshCommandImpl
run()
- Method in class org.ungoverned.osgi.bundle.shell.
Activator.ExecutePrivileged
S
ServicesCommandImpl
- class org.ungoverned.osgi.bundle.shell.
ServicesCommandImpl
.
ServicesCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
ServicesCommandImpl
ShellService
- interface org.ungoverned.osgi.service.shell.
ShellService
.
This interface defines the Oscar shell service.
ShutdownCommandImpl
- class org.ungoverned.osgi.bundle.shell.
ShutdownCommandImpl
.
ShutdownCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
ShutdownCommandImpl
StartCommandImpl
- class org.ungoverned.osgi.bundle.shell.
StartCommandImpl
.
StartCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
StartCommandImpl
StartLevelCommandImpl
- class org.ungoverned.osgi.bundle.shell.
StartLevelCommandImpl
.
StartLevelCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
StartLevelCommandImpl
StopCommandImpl
- class org.ungoverned.osgi.bundle.shell.
StopCommandImpl
.
StopCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
StopCommandImpl
setBaseURL(String)
- Method in class org.ungoverned.osgi.bundle.shell.
CdCommandImpl
setBaseURL(String)
- Method in interface org.ungoverned.osgi.service.shell.
CdCommand
Sets the current
directory
of the Oscar shell service.
start(BundleContext)
- Method in class org.ungoverned.osgi.bundle.shell.
Activator
stop(BundleContext)
- Method in class org.ungoverned.osgi.bundle.shell.
Activator
U
UninstallCommandImpl
- class org.ungoverned.osgi.bundle.shell.
UninstallCommandImpl
.
UninstallCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
UninstallCommandImpl
UpdateCommandImpl
- class org.ungoverned.osgi.bundle.shell.
UpdateCommandImpl
.
UpdateCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
UpdateCommandImpl
Util
- class org.ungoverned.osgi.bundle.shell.
Util
.
Util()
- Constructor for class org.ungoverned.osgi.bundle.shell.
Util
V
VersionCommandImpl
- class org.ungoverned.osgi.bundle.shell.
VersionCommandImpl
.
VersionCommandImpl(BundleContext)
- Constructor for class org.ungoverned.osgi.bundle.shell.
VersionCommandImpl
A
B
C
E
G
H
I
O
P
R
S
U
V
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes