Uses of Interface
org.apache.felix.shell.Command

Packages that use Command
org.apache.felix.shell   
org.apache.felix.shell.impl   
 

Uses of Command in org.apache.felix.shell
 

Subinterfaces of Command in org.apache.felix.shell
 interface CdCommand
          This interface defines the cd command service interface for the Felix impl service.
 

Uses of Command in org.apache.felix.shell.impl
 

Classes in org.apache.felix.shell.impl that implement Command
 class BundleLevelCommandImpl
           
 class CdCommandImpl
           
 class HeadersCommandImpl
           
 class HelpCommandImpl
           
 class InstallCommandImpl
           
 class PackagesCommandImpl
           
 class PsCommandImpl
           
 class RefreshCommandImpl
           
 class ResolveCommandImpl
           
 class ServicesCommandImpl
           
 class ShutdownCommandImpl
           
 class StartCommandImpl
           
 class StartLevelCommandImpl
           
 class StopCommandImpl
           
 class UninstallCommandImpl
           
 class UpdateCommandImpl
           
 class VersionCommandImpl
           
 

Constructors in org.apache.felix.shell.impl with parameters of type Command
Activator.ExecutePrivileged(Command command, java.lang.String commandLine, java.io.PrintStream out, java.io.PrintStream err)