Index

A B C E F G H I L M O P R S U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

Activator - Class in org.apache.felix.shell.impl
 
Activator() - Constructor for class org.apache.felix.shell.impl.Activator
 
Activator.ExecutePrivileged - Class in org.apache.felix.shell.impl
 

B

BASE_URL_PROPERTY - Static variable in interface org.apache.felix.shell.CdCommand
Property used to configure the base URL.
BASE_URL_PROPERTY - Static variable in interface org.ungoverned.osgi.service.shell.CdCommand
Property used to configure the base URL.
BUNDLE_TYPE - Static variable in class org.apache.felix.shell.impl.InspectCommandImpl
 
BundleLevelCommandImpl - Class in org.apache.felix.shell.impl
 
BundleLevelCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.BundleLevelCommandImpl
 

C

CAPABILITY - Static variable in class org.apache.felix.shell.impl.InspectCommandImpl
 
CdCommand - Interface in org.apache.felix.shell
This interface defines the cd command service interface for the Felix impl service.
CdCommand - Interface in org.ungoverned.osgi.service.shell
This interface defines the cd command service interface for the Felix impl service.
CdCommandImpl - Class in org.apache.felix.shell.impl
 
CdCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.CdCommandImpl
 
Command - Interface in org.apache.felix.shell
This interface is used to define commands for the Felix impl service.
Command - Interface in org.ungoverned.osgi.service.shell
This interface is used to define commands for the Felix impl service.

E

execute(String, PrintStream, PrintStream) - Method in interface org.apache.felix.shell.Command
Executes the command using the supplied command line, output print stream, and error print stream.
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.BundleLevelCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.CdCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.FindCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.HeadersCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.HelpCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.InspectCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.InstallCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.LogCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.PsCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.RefreshCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.ResolveCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.ShutdownCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.StartCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.StartLevelCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.StopCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.SystemPropertiesCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.UninstallCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.UpdateCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.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.apache.felix.shell.ShellService
This method executes the supplied command line using the supplied output 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.
ExecutePrivileged(Command, String, PrintStream, PrintStream) - Constructor for class org.apache.felix.shell.impl.Activator.ExecutePrivileged
 

F

FindCommandImpl - Class in org.apache.felix.shell.impl
Shell command to display a list of bundles whose Bundle-Name or Bundle-Symbolic-Name contains a specified string
FindCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.FindCommandImpl
 
FRAGMENT_TYPE - Static variable in class org.apache.felix.shell.impl.InspectCommandImpl
 

G

getBaseURL() - Method in interface org.apache.felix.shell.CdCommand
Returns the current directory of the impl service.
getBaseURL() - Method in class org.apache.felix.shell.impl.CdCommandImpl
 
getBaseURL() - Method in interface org.ungoverned.osgi.service.shell.CdCommand
Returns the current directory of the impl service.
getBundleName(Bundle) - Static method in class org.apache.felix.shell.impl.Util
 
getCommandDescription(String) - Method in interface org.apache.felix.shell.ShellService
Returns the description associated with the specified command name.
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.apache.felix.shell.ShellService
Returns the service reference 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.
getCommands() - Method in interface org.apache.felix.shell.ShellService
Returns an array of command names available in the impl service.
getCommands() - Method in interface org.ungoverned.osgi.service.shell.ShellService
Returns an array of command names available in the impl service.
getCommandUsage(String) - Method in interface org.apache.felix.shell.ShellService
Returns the usage string 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.
getMaxNumberOfLogs() - Method in class org.apache.felix.shell.impl.LogOptions
 
getMinLevel() - Method in class org.apache.felix.shell.impl.LogOptions
 
getName() - Method in interface org.apache.felix.shell.Command
Returns the name of the command that is implemented by the interface.
getName() - Method in class org.apache.felix.shell.impl.BundleLevelCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.CdCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.FindCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.HeadersCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.HelpCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.InspectCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.InstallCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.LogCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.PsCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.RefreshCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.ResolveCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.ShutdownCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.StartCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.StartLevelCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.StopCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.SystemPropertiesCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.UninstallCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.UpdateCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.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 interface org.apache.felix.shell.Command
Returns a short description of the command; this description should be as short as possible.
getShortDescription() - Method in class org.apache.felix.shell.impl.BundleLevelCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.CdCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.FindCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.HeadersCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.HelpCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.InspectCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.InstallCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.LogCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.PsCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.RefreshCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.ResolveCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.ShutdownCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.StartCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.StartLevelCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.StopCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.SystemPropertiesCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.UninstallCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.UpdateCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.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.apache.felix.shell.impl.PsCommandImpl
 
getUnderlineString(String) - Static method in class org.apache.felix.shell.impl.Util
 
getUsage() - Method in interface org.apache.felix.shell.Command
Returns the usage string for the command.
getUsage() - Method in class org.apache.felix.shell.impl.BundleLevelCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.CdCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.FindCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.HeadersCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.HelpCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.InspectCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.InstallCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.LogCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.PsCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.RefreshCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.ResolveCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.ShutdownCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.StartCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.StartLevelCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.StopCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.SystemPropertiesCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.UninstallCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.UpdateCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.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.apache.felix.shell.impl.Util
 

H

HeadersCommandImpl - Class in org.apache.felix.shell.impl
 
HeadersCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.HeadersCommandImpl
 
HelpCommandImpl - Class in org.apache.felix.shell.impl
 
HelpCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.HelpCommandImpl
 

I

InspectCommandImpl - Class in org.apache.felix.shell.impl
 
InspectCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.InspectCommandImpl
 
install(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.InstallCommandImpl
 
InstallCommandImpl - Class in org.apache.felix.shell.impl
 
InstallCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.InstallCommandImpl
 

L

LogCommandImpl - Class in org.apache.felix.shell.impl
Apache Felix Shell command to display recent log entries
LogCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.LogCommandImpl
 
LogOptions - Class in org.apache.felix.shell.impl
Parse and encapsulate command line options
LogOptions(String) - Constructor for class org.apache.felix.shell.impl.LogOptions
 

M

m_context - Variable in class org.apache.felix.shell.impl.PsCommandImpl
 

O

org.apache.felix.shell - package org.apache.felix.shell
 
org.apache.felix.shell.impl - package org.apache.felix.shell.impl
 
org.ungoverned.osgi.service.shell - package org.ungoverned.osgi.service.shell
 

P

PACKAGE_TYPE - Static variable in class org.apache.felix.shell.impl.InspectCommandImpl
 
printBundleList(Bundle[], StartLevel, PrintStream, boolean, boolean, boolean) - Method in class org.apache.felix.shell.impl.PsCommandImpl
 
printExportedServices(String[], PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.InspectCommandImpl
 
printImportedServices(String[], PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.InspectCommandImpl
 
PsCommandImpl - Class in org.apache.felix.shell.impl
 
PsCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.PsCommandImpl
 

R

RefreshCommandImpl - Class in org.apache.felix.shell.impl
 
RefreshCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.RefreshCommandImpl
 
REQUIREMENT - Static variable in class org.apache.felix.shell.impl.InspectCommandImpl
 
ResolveCommandImpl - Class in org.apache.felix.shell.impl
 
ResolveCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.ResolveCommandImpl
 
run() - Method in class org.apache.felix.shell.impl.Activator.ExecutePrivileged
 

S

SERVICE_TYPE - Static variable in class org.apache.felix.shell.impl.InspectCommandImpl
 
setBaseURL(String) - Method in interface org.apache.felix.shell.CdCommand
Sets the current directory of the impl service.
setBaseURL(String) - Method in class org.apache.felix.shell.impl.CdCommandImpl
 
setBaseURL(String) - Method in interface org.ungoverned.osgi.service.shell.CdCommand
Sets the current directory of the impl service.
ShellService - Interface in org.apache.felix.shell
This interface defines the Felix impl service.
ShellService - Interface in org.ungoverned.osgi.service.shell
This interface defines the Felix impl service.
ShutdownCommandImpl - Class in org.apache.felix.shell.impl
 
ShutdownCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.ShutdownCommandImpl
 
start(BundleContext) - Method in class org.apache.felix.shell.impl.Activator
 
StartCommandImpl - Class in org.apache.felix.shell.impl
 
StartCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.StartCommandImpl
 
StartLevelCommandImpl - Class in org.apache.felix.shell.impl
 
StartLevelCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.StartLevelCommandImpl
 
stop(BundleContext) - Method in class org.apache.felix.shell.impl.Activator
 
StopCommandImpl - Class in org.apache.felix.shell.impl
 
StopCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.StopCommandImpl
 
SystemPropertiesCommandImpl - Class in org.apache.felix.shell.impl
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]
SystemPropertiesCommandImpl() - Constructor for class org.apache.felix.shell.impl.SystemPropertiesCommandImpl
 

U

UninstallCommandImpl - Class in org.apache.felix.shell.impl
 
UninstallCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.UninstallCommandImpl
 
UpdateCommandImpl - Class in org.apache.felix.shell.impl
 
UpdateCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.UpdateCommandImpl
 
Util - Class in org.apache.felix.shell.impl
 
Util() - Constructor for class org.apache.felix.shell.impl.Util
 

V

VersionCommandImpl - Class in org.apache.felix.shell.impl
 
VersionCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.VersionCommandImpl
 
A B C E F G H I L M O P R S U V 
All Classes and Interfaces|All Packages|Constant Field Values