frysk.hpd
Class ViewsetCommand

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

 class ViewsetCommand
extends ParameterizedCommand


Constructor Summary
ViewsetCommand()
           
 
Method Summary
(package private)  int completer(CLI cli, Input input, int cursor, List candidates)
          Complete the command's parameters.
 void interpret(CLI cli, Input input, Object options)
          Interpret command, using options.
(package private) static void printLoop(PTSet tempset, CLI cli, String displayedName, boolean loadedOnly)
          printLoop goes through the specified set of procs/tasks and prints them out
 
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

ViewsetCommand

ViewsetCommand()
Method Detail

completer

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

Specified by:
completer in class ParameterizedCommand

interpret

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

Specified by:
interpret in class ParameterizedCommand

printLoop

static void printLoop(PTSet tempset,
                      CLI cli,
                      String displayedName,
                      boolean loadedOnly)
printLoop goes through the specified set of procs/tasks and prints them out

Parameters:
tempset - is the target set to use in printing
cli - is the current command line interface object
displayedName - is the String used for the title of the set
loadedOnly - is true if the display is to show procs that exist in the cli.loadeProcs table only, false if not