com.enterprisedt.net.ftp.script
Class ScriptCommandImpl

java.lang.Object
  extended by com.enterprisedt.net.ftp.script.ScriptCommandImpl
All Implemented Interfaces:
ScriptCommand
Direct Known Subclasses:
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, SetCommand, VersionCommand

public abstract class ScriptCommandImpl
extends java.lang.Object
implements ScriptCommand

Super class of script commands

Version:
$Revision: 1.3 $
Author:
Bruce Blackshaw

Constructor Summary
ScriptCommandImpl()
           
 
Method Summary
 boolean mustBeConnected()
          True if there must be a connection before executing this command, which is the default
 boolean recordable()
           
 void setMustBeConnected(boolean mustBeConnected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.enterprisedt.net.ftp.script.ScriptCommand
execute, helpMessage
 

Constructor Detail

ScriptCommandImpl

public ScriptCommandImpl()
Method Detail

mustBeConnected

public boolean mustBeConnected()
True if there must be a connection before executing this command, which is the default

Specified by:
mustBeConnected in interface ScriptCommand

setMustBeConnected

public void setMustBeConnected(boolean mustBeConnected)

recordable

public boolean recordable()
Specified by:
recordable in interface ScriptCommand


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