Uses of Class
org.sonatype.gshell.command.Command

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

Classes in org.sonatype.gshell.commands.file with annotations of type Command
 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 Command in org.sonatype.gshell.commands.logging.component
 

Classes in org.sonatype.gshell.commands.logging.component with annotations of type Command
 class ComponentListCommand
          List components.
 

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

Classes in org.sonatype.gshell.commands.logging.logger with annotations of type Command
 class LoggerLevelsCommand
          List valid logger levels.
 class LoggerListCommand
          List loggers.
 class LoggerSetLevelCommand
          Set the level of a logger.
 

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

Classes in org.sonatype.gshell.commands.network with annotations of type Command
 class HostnameCommand
          Displays the name of the current host.
 class WgetCommand
          Fetch a file from a URL.
 

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

Classes in org.sonatype.gshell.commands.pref with annotations of type Command
 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 RemovePreferencesCommand
          Remove a tree of preferences.
 class SetPreferenceCommand
          Set a preference value.
 class UnsetPreferenceCommand
          Unset a preference value.
 

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

Classes in org.sonatype.gshell.commands.standard with annotations of type Command
 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.