com.ibm.network.ftp.protocol
Class CommandInterpreter
java.lang.Object
|
+--com.ibm.network.ftp.protocol.CommandInterpreter
- public class CommandInterpreter
- extends java.lang.Object
This class is intended for command interpreting.
Modified: 10-21,August,2000 Werner Zsolt
Major upgrade: port support
Method Summary |
void |
interpretCommand(com.ibm.network.ftp.event.CommandEvent cevent)
This method interpretes command. |
void |
setCommand(java.lang.String command)
This method sets a command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandInterpreter
protected CommandInterpreter(FTPProtocol parent)
- This method was created by a SmartGuide.
interpretCommand
public void interpretCommand(com.ibm.network.ftp.event.CommandEvent cevent)
- This method interpretes command.
- Parameters:
cevent
- events.CommandEvent
setCommand
public void setCommand(java.lang.String command)
- This method sets a command.
- Parameters:
command
- java.lang.String