frysk.hpd
Class AttachCommand

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

public class AttachCommand
extends ParameterizedCommand


Nested Class Summary
private static class AttachCommand.Options
           
private  class AttachCommand.ProcFinder
           
 
Constructor Summary
AttachCommand()
           
 
Method Summary
static void attach(Proc proc, CLI cli)
           
static void attach(Proc proc, CLI cli, String sysroot)
           
(package private)  int completer(CLI cli, Input input, int base, List completions)
          Complete the command's parameters.
 void interpret(CLI cli, Input cmd, Object options)
          Interpret command, using options.
(package private)  Object options()
          Return the options object (or null) which will be passed to each command option parser.
 
Methods inherited from class frysk.hpd.ParameterizedCommand
add, complete, help, interpret
 
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

AttachCommand

AttachCommand()
Method Detail

options

Object options()
Description copied from class: ParameterizedCommand
Return the options object (or null) which will be passed to each command option parser.

Overrides:
options in class ParameterizedCommand

interpret

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

Specified by:
interpret in class ParameterizedCommand

attach

public static void attach(Proc proc,
                          CLI cli)

attach

public static void attach(Proc proc,
                          CLI cli,
                          String sysroot)

completer

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

Specified by:
completer in class ParameterizedCommand