frysk.hpd
Class WatchCommand

java.lang.Object
  extended by frysk.hpd.Command
      extended by frysk.hpd.ParameterizedCommand
          extended by frysk.hpd.WatchCommand

 class WatchCommand
extends ParameterizedCommand


Field Summary
private  boolean writeOnly
           
 
Constructor Summary
WatchCommand()
           
 
Method Summary
(package private)  int completer(CLI cli, Input input, int cursor, List completions)
          Complete the command's parameters.
(package private)  void interpret(CLI cli, Input cmd, Object arguments)
          Interpret command, using options.
 
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
 

Field Detail

writeOnly

private boolean writeOnly
Constructor Detail

WatchCommand

WatchCommand()
Method Detail

interpret

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

Specified by:
interpret in class ParameterizedCommand

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