Package | Description |
---|---|
org.sikuli.script |
Modifier and Type | Field and Description |
---|---|
RunTime.Type |
RunTime.runType |
Modifier and Type | Method and Description |
---|---|
static RunTime.Type |
RunTime.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunTime.Type[] |
RunTime.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
RunTime.checkArgs(String[] args,
RunTime.Type typ) |
static RunTime |
RunTime.get(RunTime.Type typ) |
static RunTime |
RunTime.get(RunTime.Type typ,
String[] clArgs)
INTERNAL USE to initialize the runtime environment for SikuliX
for public use: use RunTime.get() to get the existing instance |
static RunTime |
RunTime.reset(RunTime.Type typ)
INTERNAL USE get a new initialized RunTime singleton instance
|
Copyright © 2017. All rights reserved.