Package com.enterprisedt.net.ftp.script
Class ScriptCommandImpl
java.lang.Object
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,LocalCdCommand,MDeleteCommand,MGetCommand,MkDirCommand,MPutCommand,OpenCommand,ProtectCommand,PutCommand,PwdCommand,QuitCommand,QuoteCommand,RecordCommand,RenameCommand,RmDirCommand,SetCommand,SiteCommand,TypeCommand,VersionCommand
Super class of script commands
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]filenameSplitter(String line) booleanTrue if there must be a connection before executing this command, which is the defaultbooleanvoidsetMustBeConnected(boolean mustBeConnected) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.enterprisedt.net.ftp.script.ScriptCommand
execute, helpMessage
-
Constructor Details
-
ScriptCommandImpl
public ScriptCommandImpl()
-
-
Method Details
-
mustBeConnected
public boolean mustBeConnected()True if there must be a connection before executing this command, which is the default- Specified by:
mustBeConnectedin interfaceScriptCommand
-
setMustBeConnected
public void setMustBeConnected(boolean mustBeConnected) -
recordable
public boolean recordable()- Specified by:
recordablein interfaceScriptCommand
-
filenameSplitter
-