Uses of Interface
org.sonatype.gshell.command.CommandAction

Packages that use CommandAction
org.sonatype.gshell.command Command components. 
org.sonatype.gshell.command.registry Command registry components. 
org.sonatype.gshell.command.resolver Command resolver components. 
org.sonatype.gshell.command.support Command support components. 
org.sonatype.gshell.commands.file File commands. 
org.sonatype.gshell.commands.logging.component   
org.sonatype.gshell.commands.logging.logger   
org.sonatype.gshell.commands.network Network commands. 
org.sonatype.gshell.commands.pref Preference management commands. 
org.sonatype.gshell.commands.standard Standard commands. 
 

Uses of CommandAction in org.sonatype.gshell.command
 

Classes in org.sonatype.gshell.command that implement CommandAction
 class AliasAction
          CommandAction to execute an alias.
 class GroupAction
          CommandAction to switch groups.
 

Methods in org.sonatype.gshell.command that return CommandAction
 CommandAction CommandAction.clone()
           
 CommandAction AliasAction.clone()
           
 CommandAction GroupAction.clone()
           
 

Uses of CommandAction in org.sonatype.gshell.command.registry
 

Methods in org.sonatype.gshell.command.registry that return CommandAction
 CommandAction CommandRegisteredEvent.getCommand()
           
 CommandAction CommandRegistry.getCommand(String name)
           
 CommandAction CommandRegistryImpl.getCommand(String name)
           
 

Methods in org.sonatype.gshell.command.registry that return types with arguments of type CommandAction
 Collection<CommandAction> CommandRegistry.getCommands()
           
 Collection<CommandAction> CommandRegistryImpl.getCommands()
           
 

Methods in org.sonatype.gshell.command.registry with parameters of type CommandAction
 void CommandRegistry.registerCommand(String name, CommandAction command)
           
 void CommandRegistryImpl.registerCommand(String name, CommandAction command)
           
 

Constructors in org.sonatype.gshell.command.registry with parameters of type CommandAction
CommandRegisteredEvent(String name, CommandAction command)
           
 

Uses of CommandAction in org.sonatype.gshell.command.resolver
 

Methods in org.sonatype.gshell.command.resolver that return CommandAction
 CommandAction Node.getAction()
           
 

Methods in org.sonatype.gshell.command.resolver with parameters of type CommandAction
 void Node.add(String name, CommandAction command)
           
 

Constructors in org.sonatype.gshell.command.resolver with parameters of type CommandAction
Node(String name, CommandAction action)
           
Node(String name, CommandAction action, Node parent)
           
 

Uses of CommandAction in org.sonatype.gshell.command.support
 

Classes in org.sonatype.gshell.command.support that implement CommandAction
 class CommandActionSupport
          Provides support for CommandAction implementations.
 

Methods in org.sonatype.gshell.command.support that return CommandAction
 CommandAction CommandActionSupport.clone()
           
 

Methods in org.sonatype.gshell.command.support with parameters of type CommandAction
static PreferenceProcessor CommandPreferenceSupport.createProcessor(CommandAction command)
           
 CliProcessor CommandHelpSupport.createProcessor(CommandAction command)
           
static String CommandHelpSupport.getDescription(CommandAction command)
           
 

Uses of CommandAction in org.sonatype.gshell.commands.file
 

Classes in org.sonatype.gshell.commands.file that implement CommandAction
 class ChangeDirectoryCommand
          Changes the current directory.
 class CopyCommand
          Copy file or directory
 class CreateDirectoryCommand
          Create a directory.
 class CurrentDirectoryCommand
          Displays the current directory.
 class DeleteDirectoryCommand
          Remove a directory.
 class DeleteFileCommand
          Remove a file.
 class ListDirectoryCommand
          List the contents of a file or directory.
 

Uses of CommandAction in org.sonatype.gshell.commands.logging.component
 

Classes in org.sonatype.gshell.commands.logging.component that implement CommandAction
 class ComponentListCommand
          List components.
 

Uses of CommandAction in org.sonatype.gshell.commands.logging.logger
 

Classes in org.sonatype.gshell.commands.logging.logger that implement CommandAction
 class LoggerLevelsCommand
          List valid logger levels.
 class LoggerListCommand
          List loggers.
 class LoggerSetLevelCommand
          Set the level of a logger.
 

Uses of CommandAction in org.sonatype.gshell.commands.network
 

Classes in org.sonatype.gshell.commands.network that implement CommandAction
 class HostnameCommand
          Displays the name of the current host.
 class WgetCommand
          Fetch a file from a URL.
 

Uses of CommandAction in org.sonatype.gshell.commands.pref
 

Classes in org.sonatype.gshell.commands.pref that implement CommandAction
 class ExportPreferencesCommand
          Export preference nodes to a file.
 class GetPreferenceCommand
          Get a preference value.
 class ImportPreferencesCommand
          Import preference nodes from a file.
 class ListPreferencesCommand
          List preferences.
 class PreferenceCommandSupport
          Support for preference commands.
 class PreferenceNodeCommandSupport
          Support for preference node commands.
 class RemovePreferencesCommand
          Remove a tree of preferences.
 class SetPreferenceCommand
          Set a preference value.
 class UnsetPreferenceCommand
          Unset a preference value.
 

Uses of CommandAction in org.sonatype.gshell.commands.standard
 

Classes in org.sonatype.gshell.commands.standard that implement CommandAction
 class AliasCommand
          Define an alias or list defined aliases.
 class EchoCommand
          Print all arguments to the commands standard output.
 class ExitCommand
          Exit the current shell.
 class HelpCommand
          Display help pages.
 class HistoryCommand
          Display history.
 class InfoCommand
          Display shell information.
 class RecallHistoryCommand
          Recall history.
 class SetCommand
          Set a variable or property.
 class SourceCommand
          Read and execute commands from a file in the current shell.
 class UnaliasCommand
          Undefine an alias.
 class UnsetCommand
          Unset a variable or property.
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.