net.sf.tomp.xtcl.command
Class FileCommand

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

public abstract class FileCommand
extends VarCommand

DOCUMENT ME!

Author:
tomp

Field Summary
protected  java.lang.String fileName
          DOCUMENT ME!
 
Fields inherited from class net.sf.tomp.xtcl.command.VarCommand
var
 
Constructor Summary
FileCommand()
           
 
Method Summary
 void setFile(java.lang.String fN)
          DOCUMENT ME!
 
Methods inherited from class net.sf.tomp.xtcl.command.VarCommand
setVar
 
Methods inherited from class net.sf.tomp.xtcl.command.AbstractCommand
done, execute, initParameters, listArray, listList, listMap
 
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
DOCUMENT ME!

Constructor Detail

FileCommand

public FileCommand()
Method Detail

setFile

public void setFile(java.lang.String fN)
DOCUMENT ME!

Parameters:
fN - DOCUMENT ME!


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.