Uses of Class
org.apache.karaf.shell.console.AbstractAction

Packages that use AbstractAction
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 AbstractAction in org.apache.karaf.admin.command
 

Subclasses of AbstractAction in org.apache.karaf.admin.command
 class AdminCommandSupport
           
 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 AbstractAction in org.apache.karaf.diagnostic.command
 

Subclasses of AbstractAction in org.apache.karaf.diagnostic.command
 class DumpCommand
          Command to create dump from shell.
 

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

Subclasses of AbstractAction in org.apache.karaf.features.command
 class AddUrlCommand
           
 class FeaturesCommandSupport
           
 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 AbstractAction in org.apache.karaf.jaas.command
 

Subclasses of AbstractAction in org.apache.karaf.jaas.command
 class JaasCommandSupport
           
 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 UserAddCommand
          Creates a new user in the active realm/module.
 class UserDeleteCommand
          Deletes a user of the active realm/module.
 

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

Subclasses of AbstractAction in org.apache.karaf.shell.commands
 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 AbstractAction in org.apache.karaf.shell.config
 

Subclasses of AbstractAction in org.apache.karaf.shell.config
 class CancelCommand
           
 class ConfigCommandSupport
          Abstract class from which all commands related to the ConfigurationAdmin service should derive.
 class EditCommand
           
 class PropAppendCommand
          Appends a value to the current property value.
 class PropDelCommand
           
 class PropListCommand
           
 class PropSetCommand
           
 class UpdateCommand
           
 

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

Subclasses of AbstractAction in org.apache.karaf.shell.console
 class HelpAction
          Displays help on the available commands
 class OsgiCommandSupport
           
 

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

Subclasses of AbstractAction in org.apache.karaf.shell.dev
 class AbstractBundleCommand
          Base class for a dev: command that takes a bundle id as an argument It also provides convient access to the PackageAdmin service
 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 AbstractAction in org.apache.karaf.shell.log
 

Subclasses of AbstractAction in org.apache.karaf.shell.log
 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 AbstractAction in org.apache.karaf.shell.obr
 

Subclasses of AbstractAction in org.apache.karaf.shell.obr
 class DeployCommand
           
 class FindCommand
           
 class InfoCommand
           
 class ObrCommandSupport
           
 class ResolveCommand
           
 class SourceCommand
           
 

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

Subclasses of AbstractAction in org.apache.karaf.shell.osgi
 class BundleCommand
           
 class BundleLevel
           
 class BundlesCommand
           
 class BundlesCommandOptional
           
 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 AbstractAction in org.apache.karaf.shell.packages
 

Subclasses of AbstractAction in org.apache.karaf.shell.packages
 class ExportsCommand
           
 class ImportsCommand
           
 class PackageCommandSupport
          Abstract class from which all commands related to the PackageAdmin service should derive.
 

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

Subclasses of AbstractAction in org.apache.karaf.shell.ssh
 class SshAction
          Connect to a SSH server.
 class SshServerAction
          Start a SSH server.
 

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

Subclasses of AbstractAction in org.apache.karaf.shell.web
 class WebListCommand
           
 

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

Subclasses of AbstractAction in org.apache.karaf.shell.wrapper
 class InstallCommand
          Installs this Karaf instance as a service in your operating systems.
 



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