tomp.xtcl.command
Class FileCommand

java.lang.Object
  extended bytomp.xtcl.command.AbstractCommand
      extended bytomp.xtcl.command.VarCommand
          extended bytomp.xtcl.command.FileCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
Cd, Fil, Load, Save

public abstract class FileCommand
extends VarCommand


Field Summary
protected  java.lang.String fileName
           
 
Fields inherited from class tomp.xtcl.command.VarCommand
var
 
Constructor Summary
FileCommand()
           
 
Method Summary
 void setFile(java.lang.String fN)
           
 
Methods inherited from class tomp.xtcl.command.VarCommand
setVar
 
Methods inherited from class tomp.xtcl.command.AbstractCommand
execute, 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, toString, wait, wait, wait
 

Field Detail

fileName

protected java.lang.String fileName
Constructor Detail

FileCommand

public FileCommand()
Method Detail

setFile

public void setFile(java.lang.String fN)