Package org.sikuli.script.runners
Class ServerRunner
java.lang.Object
org.sikuli.script.runners.AbstractScriptRunner
org.sikuli.script.runners.ServerRunner
- All Implemented Interfaces:
IScriptRunner
public class ServerRunner extends AbstractScriptRunner
EXPERIMENTAL --- NOT official API
not as is in version 2
not as is in version 2
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sikuli.script.support.IScriptRunner
IScriptRunner.EffectiveRunner, IScriptRunner.Options -
Field Summary
-
Constructor Summary
Constructors Constructor Description ServerRunner() -
Method Summary
Methods inherited from class org.sikuli.script.runners.AbstractScriptRunner
abort, canHandle, canHandleFileEnding, close, doAbort, doClose, doEvalScript, doInit, doRedirect, doRunLines, doRunScript, evalScript, execAfter, execBefore, getDefaultExtension, getEffectiveRunner, getFileEndings, hasExtension, init, isAborted, isAbortSupported, isReady, isRunning, isSupported, log, redirect, reset, runLines, runScript
-
Field Details
-
NAME
- See Also:
- Constant Field Values
-
TYPE
- See Also:
- Constant Field Values
-
EXTENSIONS
-
-
Constructor Details
-
ServerRunner
public ServerRunner()
-
-
Method Details
-
getName
Description copied from interface:IScriptRunnerGets the name of the ScriptRunner. Should be unique. This value is needed to distinguish between different ScriptRunners.- Returns:
- Name to identify the ScriptRunner or null if not available
-
getExtensions
Description copied from interface:IScriptRunnerreturns the list of possible script file extensions, first is the default- Returns:
- array of strings
-
getType
Description copied from interface:IScriptRunnerreturn the type of script this handler can execute.- Returns:
-
run
public static boolean run()
-