Package | Description |
---|---|
org.apache.felix.shell | |
org.apache.felix.shell.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
CdCommand
This interface defines the cd command service interface for the
Felix impl service.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Activator.OldCommandWrapper |
class |
BundleLevelCommandImpl |
class |
CdCommandImpl |
class |
FindCommandImpl
Shell command to display a list of bundles whose
Bundle-Name or Bundle-Symbolic-Name contains
a specified string
|
class |
HeadersCommandImpl |
class |
HelpCommandImpl |
class |
InspectCommandImpl |
class |
InstallCommandImpl |
class |
LogCommandImpl
Apache Felix Shell command to display recent log entries
|
class |
PsCommandImpl |
class |
RefreshCommandImpl |
class |
ResolveCommandImpl |
class |
ShutdownCommandImpl |
class |
StartCommandImpl |
class |
StartLevelCommandImpl |
class |
StopCommandImpl |
class |
SystemPropertiesCommandImpl
Command to display, set and modify system properties
Usage:
sysprop -> displays all the system properties
sysprop [key] -> displays the [key] property
sysprop -r [key] -> removes the [key] property
sysprop [key] [value] -> set the property [key] to [value]
|
class |
UninstallCommandImpl |
class |
UpdateCommandImpl |
class |
VersionCommandImpl |
Modifier and Type | Field and Description |
---|---|
private Command |
Activator.ExecutePrivileged.m_command |
Modifier and Type | Method and Description |
---|---|
(package private) Command |
Activator.ShellServiceImpl.getCommand(java.lang.String name) |
Constructor and Description |
---|
ExecutePrivileged(Command command,
java.lang.String commandLine,
java.io.PrintStream out,
java.io.PrintStream err) |