com.enterprisedt.net.ftp.script
Class SetCommand

java.lang.Object
  extended by com.enterprisedt.net.ftp.script.ScriptCommandImpl
      extended by com.enterprisedt.net.ftp.script.SetCommand
All Implemented Interfaces:
ScriptCommand

public class SetCommand
extends ScriptCommandImpl

Set various variables in the script engine

Version:
$Revision: 1.14 $
Author:
Bruce Blackshaw

Constructor Summary
SetCommand()
           
 
Method Summary
 CommandResult execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 java.lang.String helpMessage()
           
 
Methods inherited from class com.enterprisedt.net.ftp.script.ScriptCommandImpl
filenameSplitter, mustBeConnected, recordable, setMustBeConnected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetCommand

public SetCommand()
Method Detail

helpMessage

public java.lang.String helpMessage()

execute

public CommandResult execute(ScriptEngine engine,
                             ProFTPClientInterface ftp,
                             java.lang.String command,
                             java.lang.String args)
                      throws java.io.IOException,
                             FTPException
Throws:
java.io.IOException
FTPException


Copyright © 2001-2011 Enterprise Distributed Technologies Ltd. All Rights Reserved.