public abstract class ScriptCommandImpl extends java.lang.Object implements ScriptCommand
Constructor and Description |
---|
ScriptCommandImpl() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String[] |
filenameSplitter(java.lang.String line) |
boolean |
mustBeConnected()
True if there must be a connection before executing this command,
which is the default
|
boolean |
recordable() |
void |
setMustBeConnected(boolean mustBeConnected) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, helpMessage
public boolean mustBeConnected()
mustBeConnected
in interface ScriptCommand
public void setMustBeConnected(boolean mustBeConnected)
public boolean recordable()
recordable
in interface ScriptCommand
protected java.lang.String[] filenameSplitter(java.lang.String line)
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.