A B C E G H I O P R S U V

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
 
Activator.ExecutePrivileged(Command, String, PrintStream, PrintStream) - Constructor for class org.apache.felix.shell.impl.Activator.ExecutePrivileged
 

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.
BundleLevelCommandImpl - Class in org.apache.felix.shell.impl
 
BundleLevelCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.BundleLevelCommandImpl
 

C

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.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.InstallCommandImpl
 
execute(String, PrintStream, PrintStream) - Method in class org.apache.felix.shell.impl.PackagesCommandImpl
 
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.ServicesCommandImpl
 
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.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.

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.
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.HeadersCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.HelpCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.InstallCommandImpl
 
getName() - Method in class org.apache.felix.shell.impl.PackagesCommandImpl
 
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.ServicesCommandImpl
 
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.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.HeadersCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.HelpCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.InstallCommandImpl
 
getShortDescription() - Method in class org.apache.felix.shell.impl.PackagesCommandImpl
 
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.ServicesCommandImpl
 
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.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.HeadersCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.HelpCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.InstallCommandImpl
 
getUsage() - Method in class org.apache.felix.shell.impl.PackagesCommandImpl
 
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.ServicesCommandImpl
 
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.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

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
 

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

PackagesCommandImpl - Class in org.apache.felix.shell.impl
 
PackagesCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.PackagesCommandImpl
 
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
 
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

ServicesCommandImpl - Class in org.apache.felix.shell.impl
 
ServicesCommandImpl(BundleContext) - Constructor for class org.apache.felix.shell.impl.ServicesCommandImpl
 
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
 

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 G H I O P R S U V

Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.