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

Packages that use CommandContext
org.sonatype.gshell.command Command 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 CommandContext in org.sonatype.gshell.command
 

Methods in org.sonatype.gshell.command with parameters of type CommandContext
 Object CommandAction.execute(CommandContext context)
          Execute the command action.
 Object AliasAction.execute(CommandContext context)
           
 Object GroupAction.execute(CommandContext context)
           
 

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

Methods in org.sonatype.gshell.commands.file with parameters of type CommandContext
 Object DeleteFileCommand.execute(CommandContext context)
           
 Object ListDirectoryCommand.execute(CommandContext context)
           
 Object ChangeDirectoryCommand.execute(CommandContext context)
           
 Object CurrentDirectoryCommand.execute(CommandContext context)
           
 Object CreateDirectoryCommand.execute(CommandContext context)
           
 Object CopyCommand.execute(CommandContext context)
           
 Object DeleteDirectoryCommand.execute(CommandContext context)
           
 

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

Methods in org.sonatype.gshell.commands.logging.component with parameters of type CommandContext
 Object ComponentListCommand.execute(CommandContext context)
           
 

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

Methods in org.sonatype.gshell.commands.logging.logger with parameters of type CommandContext
 Object LoggerLevelsCommand.execute(CommandContext context)
           
 Object LoggerSetLevelCommand.execute(CommandContext context)
           
 Object LoggerListCommand.execute(CommandContext context)
           
 

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

Methods in org.sonatype.gshell.commands.network with parameters of type CommandContext
 Object HostnameCommand.execute(CommandContext context)
           
 Object WgetCommand.execute(CommandContext context)
           
 

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

Methods in org.sonatype.gshell.commands.pref with parameters of type CommandContext
 Object ListPreferencesCommand.execute(CommandContext context)
           
 Object ExportPreferencesCommand.execute(CommandContext context)
           
 Object SetPreferenceCommand.execute(CommandContext context)
           
 Object UnsetPreferenceCommand.execute(CommandContext context)
           
 Object ImportPreferencesCommand.execute(CommandContext context)
           
 Object GetPreferenceCommand.execute(CommandContext context)
           
 Object RemovePreferencesCommand.execute(CommandContext context)
           
 

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

Methods in org.sonatype.gshell.commands.standard with parameters of type CommandContext
 Object HelpCommand.execute(CommandContext context)
           
 Object SourceCommand.execute(CommandContext context)
           
 Object AliasCommand.execute(CommandContext context)
           
 Object HistoryCommand.execute(CommandContext context)
           
 Object RecallHistoryCommand.execute(CommandContext context)
           
 Object InfoCommand.execute(CommandContext context)
           
 Object SetCommand.execute(CommandContext context)
           
 Object UnaliasCommand.execute(CommandContext context)
           
 Object EchoCommand.execute(CommandContext context)
           
 Object UnsetCommand.execute(CommandContext context)
           
 Object ExitCommand.execute(CommandContext context)
           
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.