shell.app
Class pwd

java.lang.Object
  |
  +--shell.Command
        |
        +--shell.ShellCommand
              |
              +--shell.app.pwd
All Implemented Interfaces:
Executable, java.lang.Runnable, ShellExecutable

public class pwd
extends ShellCommand
implements ShellExecutable


Field Summary
 
Fields inherited from class shell.Command
in, out
 
Constructor Summary
pwd()
           
 
Method Summary
 void doRun()
           
 void setArgs(java.util.Vector args)
           
 void setArgs(java.util.Vector args, java.io.PrintStream o)
           
 
Methods inherited from class shell.Command
addActiveSwitch, addSwitch, addThreadListener, containsSwitch, equals, equals, getActive, getId, getLock, getName, getOutStream, getReader, getSwitch, isPipeable, lock, processSwitches, removeThreadListener, run, setActive, setArgs, setArgs, setId, setIncomming, setInputStream, setLock, setOutputStream, setOutStream, stillIncomming, unlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface shell.Executable
addActiveSwitch, addSwitch, addThreadListener, containsSwitch, equals, equals, getActive, getId, getName, getOutStream, getReader, getSwitch, isPipeable, lock, processSwitches, removeThreadListener, run, setActive, setId, setIncomming, setInputStream, setLock, setOutputStream, setOutStream, stillIncomming, unlock
 

Constructor Detail

pwd

public pwd()
Method Detail

setArgs

public void setArgs(java.util.Vector args)
Specified by:
setArgs in interface Executable

setArgs

public void setArgs(java.util.Vector args,
                    java.io.PrintStream o)
Specified by:
setArgs in interface Executable

doRun

public void doRun()
Specified by:
doRun in class Command