Uses of Interface
org.apache.felix.gogo.commands.Action

Packages that use Action
org.apache.felix.gogo.commands.basic   
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.console.commands   
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   
org.apache.karaf.tooling.cmdhelp   
 

Uses of Action in org.apache.felix.gogo.commands.basic
 

Methods in org.apache.felix.gogo.commands.basic that return Action
abstract  Action AbstractCommand.createNewAction()
           
 Action SimpleCommand.createNewAction()
           
 

Methods in org.apache.felix.gogo.commands.basic that return types with arguments of type Action
 java.lang.Class<? extends Action> AbstractCommand.getActionClass()
           
 java.lang.Class<? extends Action> SimpleCommand.getActionClass()
           
 

Methods in org.apache.felix.gogo.commands.basic with parameters of type Action
protected  java.lang.Object DefaultActionPreparator.convert(Action action, org.apache.felix.service.command.CommandSession session, java.lang.Object value, java.lang.reflect.Type toType)
           
 boolean ActionPreparator.prepare(Action action, org.apache.felix.service.command.CommandSession session, java.util.List<java.lang.Object> arguments)
           
 boolean DefaultActionPreparator.prepare(Action action, org.apache.felix.service.command.CommandSession session, java.util.List<java.lang.Object> params)
           
protected  void DefaultActionPreparator.printUsage(org.apache.felix.service.command.CommandSession session, Action action, java.util.Map<Option,java.lang.reflect.Field> optionsMap, java.util.Map<Argument,java.lang.reflect.Field> argsMap, java.io.PrintStream out)
           
 void AbstractCommand.releaseAction(Action action)
          Release the used Action.
 

Method parameters in org.apache.felix.gogo.commands.basic with type arguments of type Action
static org.osgi.framework.ServiceRegistration SimpleCommand.export(org.osgi.framework.BundleContext context, java.lang.Class<? extends Action> actionClass)
           
 void SimpleCommand.setActionClass(java.lang.Class<? extends Action> actionClass)
           
 

Constructor parameters in org.apache.felix.gogo.commands.basic with type arguments of type Action
SimpleCommand(java.lang.Class<? extends Action> actionClass)
           
 

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

Classes in org.apache.karaf.admin.command that implement Action
 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 RenameCommand
           Rename an existing Karaf container instance.
 class StopCommand
           
 

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

Classes in org.apache.karaf.diagnostic.command that implement Action
 class DumpCommand
          Command to create dump from shell.
 

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

Classes in org.apache.karaf.features.command that implement Action
 class FeaturesCommandSupport
           
 class InfoFeatureCommand
          Utility command to display info about features.
 class InstallFeatureCommand
           
 class ListFeaturesCommand
           
 class ListFeatureVersionsCommand
           
 class ListRepositoriesCommand
           
 class RemoveRepositoryCommand
           
 class UninstallFeatureCommand
           
 

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

Classes in org.apache.karaf.jaas.command that implement Action
 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 Action in org.apache.karaf.shell.commands
 

Classes in org.apache.karaf.shell.commands that implement Action
 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 Action in org.apache.karaf.shell.config
 

Classes in org.apache.karaf.shell.config that implement Action
 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 Action in org.apache.karaf.shell.console
 

Classes in org.apache.karaf.shell.console that implement Action
 class AbstractAction
           
 class HelpAction
          Displays help on the available commands
 class OsgiCommandSupport
           
 

Uses of Action in org.apache.karaf.shell.console.commands
 

Methods in org.apache.karaf.shell.console.commands that return Action
 Action BlueprintCommand.createNewAction()
           
 

Methods in org.apache.karaf.shell.console.commands with parameters of type Action
protected  java.lang.Object BlueprintCommand.BlueprintActionPreparator.convert(Action action, org.apache.felix.service.command.CommandSession commandSession, java.lang.Object o, java.lang.reflect.Type type)
           
 

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

Classes in org.apache.karaf.shell.dev that implement Action
 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 Action in org.apache.karaf.shell.log
 

Classes in org.apache.karaf.shell.log that implement Action
 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 Action in org.apache.karaf.shell.obr
 

Classes in org.apache.karaf.shell.obr that implement Action
 class AddUrlCommand
           
 class DeployCommand
           
 class FindCommand
           
 class InfoCommand
           
 class ListCommand
           
 class ListUrlCommand
           
 class ObrCommandSupport
           
 class RefreshUrlCommand
           
 class RemoveUrlCommand
           
 class ResolveCommand
           
 class SourceCommand
           
 class StartCommand
           
 

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

Classes in org.apache.karaf.shell.osgi that implement Action
 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 Action in org.apache.karaf.shell.packages
 

Classes in org.apache.karaf.shell.packages that implement Action
 class ExportsCommand
           
 class ImportsCommand
           
 class PackageCommandSupport
          Abstract class from which all commands related to the PackageAdmin service should derive.
 

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

Classes in org.apache.karaf.shell.ssh that implement Action
 class SshAction
          Connect to a SSH server.
 class SshServerAction
          Start a SSH server.
 

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

Classes in org.apache.karaf.shell.web that implement Action
 class WebListCommand
           
 

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

Classes in org.apache.karaf.shell.wrapper that implement Action
 class InstallCommand
          Installs this Karaf instance as a service in your operating systems.
 

Uses of Action in org.apache.karaf.tooling.cmdhelp
 

Methods in org.apache.karaf.tooling.cmdhelp with parameters of type Action
protected  void CmdHelpMojo.HelpPrinter.DocbxPreparator.printUsage(org.apache.felix.service.command.CommandSession session, Action action, java.util.Map<Option,java.lang.reflect.Field> optionsMap, java.util.Map<Argument,java.lang.reflect.Field> argsMap, java.io.PrintStream out)
           
protected  void CmdHelpMojo.HelpPrinter.ConfPreparator.printUsage(org.apache.felix.service.command.CommandSession session, Action action, java.util.Map<Option,java.lang.reflect.Field> optionsMap, java.util.Map<Argument,java.lang.reflect.Field> argsMap, java.io.PrintStream out)
           
 

Constructor parameters in org.apache.karaf.tooling.cmdhelp with type arguments of type Action
CmdHelpMojo.HelpPrinter(java.lang.Class<Action> actionClass)
           
 



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