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, waitexecute, helpMessagepublic boolean mustBeConnected()
mustBeConnected in interface ScriptCommandpublic void setMustBeConnected(boolean mustBeConnected)
public boolean recordable()
recordable in interface ScriptCommandprotected java.lang.String[] filenameSplitter(java.lang.String line)
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.