tomp.xtcl.command
Class Err

java.lang.Object
  extended bytomp.xtcl.command.AbstractCommand
      extended bytomp.xtcl.command.Err
All Implemented Interfaces:
Command

public class Err
extends AbstractCommand


Field Summary
protected  int err
           
 
Constructor Summary
Err()
           
 
Method Summary
 int execute(Context context)
           
 void setError(int r)
           
 java.lang.String toString()
           
 
Methods inherited from class tomp.xtcl.command.AbstractCommand
initParameters, listArray, listList, listMap, newFile, refToFile, refToInputSource, refToJoostStyle, refToResult, refToSource, refToStyle, refToXMLFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

err

protected int err
Constructor Detail

Err

public Err()
Method Detail

setError

public void setError(int r)

execute

public int execute(Context context)
Specified by:
execute in interface Command
Overrides:
execute in class AbstractCommand

toString

public java.lang.String toString()