frysk.hpd
Class AliasCommands.Alias

java.lang.Object
  extended by frysk.hpd.Command
      extended by frysk.hpd.ParameterizedCommand
          extended by frysk.hpd.AliasCommands
              extended by frysk.hpd.AliasCommands.Alias
Enclosing class:
AliasCommands

static class AliasCommands.Alias
extends AliasCommands


Nested Class Summary
 
Nested classes/interfaces inherited from class frysk.hpd.AliasCommands
AliasCommands.Alias, AliasCommands.Unalias
 
Constructor Summary
AliasCommands.Alias()
           
 
Method Summary
(package private)  void interpret(CLI cli, Input cmd, Object options)
          Interpret command, using options.
 
Methods inherited from class frysk.hpd.AliasCommands
completer
 
Methods inherited from class frysk.hpd.ParameterizedCommand
add, complete, help, interpret, options
 
Methods inherited from class frysk.hpd.Command
description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AliasCommands.Alias

AliasCommands.Alias()
Method Detail

interpret

void interpret(CLI cli,
               Input cmd,
               Object options)
Description copied from class: ParameterizedCommand
Interpret command, using options.

Specified by:
interpret in class ParameterizedCommand