All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class duckMachine.operatingSystem.ShellCommand

java.lang.Object
   |
   +----duckMachine.operatingSystem.ShellCommand

public abstract class ShellCommand
extends Object
The class of all shell commands.


Constructor Index

 o ShellCommand(String)

Method Index

 o execCommand(MachineI)
 o toString()

Constructors

 o ShellCommand
 protected ShellCommand(String n)

Methods

 o execCommand
 public abstract void execCommand(MachineI mach) throws ShellE
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index