shell.app
Class set

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

public class set
extends ShellCommand
implements ShellExecutable


Field Summary
 java.util.ArrayList activeSwitches
           
 
Fields inherited from class shell.Command
in, out
 
Constructor Summary
set()
           
 
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
 

Field Detail

activeSwitches

public java.util.ArrayList activeSwitches
Constructor Detail

set

public set()
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