frysk.hpd
Class AliasCommands

java.lang.Object
  extended by frysk.hpd.Command
      extended by frysk.hpd.ParameterizedCommand
          extended by frysk.hpd.AliasCommands
Direct Known Subclasses:
AliasCommands.Alias, AliasCommands.Unalias

abstract class AliasCommands
extends ParameterizedCommand


Nested Class Summary
(package private) static class AliasCommands.Alias
           
(package private) static class AliasCommands.Unalias
           
 
Constructor Summary
AliasCommands(String description, String syntax, String full)
           
 
Method Summary
(package private)  int completer(CLI cli, Input input, int cursor, List completions)
          Complete the command's parameters.
 
Methods inherited from class frysk.hpd.ParameterizedCommand
add, complete, help, interpret, 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

AliasCommands(String description,
              String syntax,
              String full)
Method Detail

completer

int completer(CLI cli,
              Input input,
              int cursor,
              List completions)
Description copied from class: ParameterizedCommand
Complete the command's parameters.

Specified by:
completer in class ParameterizedCommand