Uses of Class
org.apache.felix.gogo.commands.Command

Packages that use Command
org.apache.karaf.admin.command   
org.apache.karaf.diagnostic.command   
org.apache.karaf.features.command   
org.apache.karaf.jaas.command   
org.apache.karaf.shell.commands   
org.apache.karaf.shell.config   
org.apache.karaf.shell.console   
org.apache.karaf.shell.dev   
org.apache.karaf.shell.log   
org.apache.karaf.shell.obr   
org.apache.karaf.shell.osgi   
org.apache.karaf.shell.packages   
org.apache.karaf.shell.ssh   
org.apache.karaf.shell.web   
org.apache.karaf.shell.wrapper   
 

Uses of Command in org.apache.karaf.admin.command
 

Classes in org.apache.karaf.admin.command with annotations of type Command
 class ChangeOptsCommand
           
 class ChangeRmiRegistryPortCommand
           
 class ChangeSshPortCommand
           
 class ConnectCommand
           
 class CreateCommand
          Creates a new Karaf instance
 class DestroyCommand
          Destroy an existing Karaf instance
 class ListCommand
          List available instances
 class RenameCommand
           Rename an existing Karaf container instance.
 class StartCommand
           
 class StopCommand
           
 

Uses of Command in org.apache.karaf.diagnostic.command
 

Classes in org.apache.karaf.diagnostic.command with annotations of type Command
 class DumpCommand
          Command to create dump from shell.
 

Uses of Command in org.apache.karaf.features.command
 

Classes in org.apache.karaf.features.command with annotations of type Command
 class AddUrlCommand
           
 class InfoFeatureCommand
          Utility command to display info about features.
 class InstallFeatureCommand
           
 class ListFeaturesCommand
           
 class ListFeatureVersionsCommand
           
 class ListRepositoriesCommand
           
 class ListUrlCommand
          Command which lists feature URLs.
 class RefreshUrlCommand
           
 class RemoveRepositoryCommand
           
 class RemoveUrlCommand
           
 class UninstallFeatureCommand
           
 

Uses of Command in org.apache.karaf.jaas.command
 

Classes in org.apache.karaf.jaas.command with annotations of type Command
 class CancelCommand
           
 class ListPendingCommand
          Lists the commands the are in the command queue, for the active realm/module.
 class ListRealmsCommand
           
 class ListUsersCommand
           
 class ManageRealmCommand
           
 class RoleAddCommand
          Adds a role to a user of the active realm/module.
 class RoleDeleteCommand
          Deletes a role from a user of the active realm/module.
 class UpdateCommand
          Executes all the pending commands of the active realm/module.
 class UserAddCommand
          Creates a new user in the active realm/module.
 class UserDeleteCommand
          Deletes a user of the active realm/module.
 

Uses of Command in org.apache.karaf.shell.commands
 

Classes in org.apache.karaf.shell.commands with annotations of type Command
 class CatAction
          Concatenate and print files and/or URLs.
 class ClearAction
          A command to clear the console buffer
 class EachAction
          Execute a closure on a list of arguments.
 class EchoAction
           
 class ExecuteAction
          Execute system processes.
 class GrepAction
           
 class HeadAction
           
 class HistoryAction
          History command
 class IfAction
          Execute a closure on a list of arguments.
 class InfoAction
           
 class JavaAction
          Execute a Java standard application.
 class LogoutAction
           
 class MoreAction
           
 class NewAction
          Instanciate a new object
 class PrintfAction
           
 class SleepAction
           
 class SortAction
          Sort lines of text
 class TacAction
          Grab the text from the standard input and return it as a string.
 class TailAction
           
 

Uses of Command in org.apache.karaf.shell.config
 

Classes in org.apache.karaf.shell.config with annotations of type Command
 class CancelCommand
           
 class EditCommand
           
 class ListCommand
           
 class PropAppendCommand
          Appends a value to the current property value.
 class PropDelCommand
           
 class PropListCommand
           
 class PropSetCommand
           
 class UpdateCommand
           
 

Uses of Command in org.apache.karaf.shell.console
 

Classes in org.apache.karaf.shell.console with annotations of type Command
 class HelpAction
          Displays help on the available commands
 

Methods in org.apache.karaf.shell.console with parameters of type Command
protected  void Main.addCommand(Command cmd, org.apache.felix.service.command.Function function, org.apache.felix.gogo.runtime.CommandProcessorImpl commandProcessor)
           
 

Uses of Command in org.apache.karaf.shell.dev
 

Classes in org.apache.karaf.shell.dev with annotations of type Command
 class DynamicImport
          Command for enabling/disabling debug logging on a bundle and calculating the difference in wired imports.
 class FrameworkOptions
          Command for enabling/disabling debug logging on the OSGi framework
 class PrintStackTraces
          Command for showing the full tree of bundles that have been used to resolve a given bundle.
 class Restart
          A command to restart karaf
 class ShowBundleTree
          Command for showing the full tree of bundles that have been used to resolve a given bundle.
 class Watch
           
 

Uses of Command in org.apache.karaf.shell.log
 

Classes in org.apache.karaf.shell.log with annotations of type Command
 class ClearLog
          Clear the last log entries.
 class DisplayException
           
 class DisplayLog
          Displays the last log entries
 class GetLogLevel
          Get the log level for a given logger
 class LogTail
           
 class SetLogLevel
          Set the log level for a given logger
 

Uses of Command in org.apache.karaf.shell.obr
 

Classes in org.apache.karaf.shell.obr with annotations of type Command
 class AddUrlCommand
           
 class DeployCommand
           
 class FindCommand
           
 class InfoCommand
           
 class ListCommand
           
 class ListUrlCommand
           
 class RefreshUrlCommand
           
 class RemoveUrlCommand
           
 class ResolveCommand
           
 class SourceCommand
           
 class StartCommand
           
 

Uses of Command in org.apache.karaf.shell.osgi
 

Classes in org.apache.karaf.shell.osgi with annotations of type Command
 class BundleLevel
           
 class Headers
           
 class Info
           
 class InstallBundle
           
 class ListBundles
           
 class ListServices
           
 class RefreshBundle
           
 class ResolveBundle
           
 class RestartBundle
           
 class Shutdown
          Command to shut down Karaf
 class StartBundle
           
 class StartLevel
           
 class StopBundle
           
 class UninstallBundle
           
 class UpdateBundle
           
 

Uses of Command in org.apache.karaf.shell.packages
 

Classes in org.apache.karaf.shell.packages with annotations of type Command
 class ExportsCommand
           
 class ImportsCommand
           
 

Uses of Command in org.apache.karaf.shell.ssh
 

Classes in org.apache.karaf.shell.ssh with annotations of type Command
 class SshAction
          Connect to a SSH server.
 class SshServerAction
          Start a SSH server.
 

Uses of Command in org.apache.karaf.shell.web
 

Classes in org.apache.karaf.shell.web with annotations of type Command
 class WebListCommand
           
 

Uses of Command in org.apache.karaf.shell.wrapper
 

Classes in org.apache.karaf.shell.wrapper with annotations of type Command
 class InstallCommand
          Installs this Karaf instance as a service in your operating systems.
 



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