frysk.hpd
Class AttachCommand

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

public class AttachCommand
extends Command


Method Summary
static void attach(Proc proc, CLI cli)
           
static void attach(Proc proc, CLI cli, String sysroot)
           
 void interpret(CLI cli, frysk.hpd.Input cmd, Object options)
          Interpret command, using options.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

interpret

public void interpret(CLI cli,
                      frysk.hpd.Input cmd,
                      Object options)
Interpret command, using options.


attach

public static void attach(Proc proc,
                          CLI cli)

attach

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