com.enterprisedt.net.ftp.script
Interface ScriptCommand

All Known Implementing Classes:
ASCIICommand, AuthCommand, BinaryCommand, CccCommand, CdCommand, CdUpCommand, CommentCommand, DebugCommand, DeleteCommand, DirCommand, EchoCommand, GetCommand, HelpCommand, LicenseCommand, MDeleteCommand, MGetCommand, MkDirCommand, MPutCommand, OpenCommand, ProtectCommand, PutCommand, PwdCommand, QuitCommand, RecordCommand, RenameCommand, RmDirCommand, ScriptCommandImpl, SetCommand, VersionCommand

public interface ScriptCommand

Description

Version:
$Revision: 1.6 $
Author:
Bruce Blackshaw

Method Summary
 CommandResult execute(ScriptEngine engine, ProFTPClientInterface ftp, java.lang.String command, java.lang.String args)
           
 java.lang.String helpMessage()
           
 boolean mustBeConnected()
           
 boolean recordable()
           
 

Method Detail

execute

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

mustBeConnected

boolean mustBeConnected()

helpMessage

java.lang.String helpMessage()

recordable

boolean recordable()


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