@Deprecated public class Env extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SikuliVersion
Deprecated.
use Settings.getVersion() instead
|
Constructor and Description |
---|
Env()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
addHotkey(char key,
int modifiers,
HotkeyListener listener)
Deprecated.
use Key. ... instead
|
static boolean |
addHotkey(String key,
int modifiers,
HotkeyListener listener)
Deprecated.
use Key. ... instead
|
static void |
cleanUp()
Deprecated.
|
static String |
getClipboard()
Deprecated.
use App. ... instead
|
static int |
getHotkeyModifier()
Deprecated.
use Key. ... instead
|
static Location |
getMouseLocation()
Deprecated.
use
Mouse.at() instead |
static OS |
getOS()
Deprecated.
use the Settings features
|
static OSUtil |
getOSUtil()
Deprecated.
|
static String |
getOSVersion()
Deprecated.
use Settings. ... instead
|
static String |
getSeparator()
Deprecated.
use Settings.getPathSeparator() ... instead
|
static String |
getSikuliDataPath()
Deprecated.
use Settings. ... instead
|
static String |
getSikuliVersion()
Deprecated.
use Settings.SikuliVersion
|
static boolean |
isLinux()
Deprecated.
use Settings. ... instead
|
static boolean |
isLockOn(char key)
Deprecated.
use Key. ... instead
|
static boolean |
isMac()
Deprecated.
use Settings. ... instead
|
static boolean |
isWindows()
Deprecated.
use Settings. ... instead
|
static boolean |
removeHotkey(char key,
int modifiers)
Deprecated.
use Key. ... instead
|
static boolean |
removeHotkey(String key,
int modifiers)
Deprecated.
use Key. ... instead
|
static void |
setClipboard(String text)
Deprecated.
use App. ... instead
|
@Deprecated public static String SikuliVersion
@Deprecated public static String getSikuliDataPath()
@Deprecated public static String getSikuliVersion()
@Deprecated public static Location getMouseLocation()
Mouse.at()
instead@Deprecated public static OSUtil getOSUtil()
@Deprecated public static String getOSVersion()
@Deprecated public static OS getOS()
@Deprecated public static boolean isWindows()
@Deprecated public static boolean isLinux()
@Deprecated public static boolean isMac()
@Deprecated public static String getSeparator()
@Deprecated public static String getClipboard()
@Deprecated public static void setClipboard(String text)
text
- text@Deprecated public static boolean isLockOn(char key)
key
- respective key specifier according class Key@Deprecated public static int getHotkeyModifier()
@Deprecated public static boolean addHotkey(String key, int modifiers, HotkeyListener listener)
key
- respective key specifier according class Keymodifiers
- respective key specifier according class KeyModifierslistener
- a HotKeyListener instance@Deprecated public static boolean addHotkey(char key, int modifiers, HotkeyListener listener)
key
- respective key specifier according class Keymodifiers
- respective key specifier according class KeyModifierslistener
- a HotKeyListener instance@Deprecated public static boolean removeHotkey(String key, int modifiers)
key
- respective key specifier according class Keymodifiers
- respective key specifier according class KeyModifiers@Deprecated public static boolean removeHotkey(char key, int modifiers)
key
- respective key specifier according class Keymodifiers
- respective key specifier according class KeyModifierspublic static void cleanUp()
Copyright © 2017. All rights reserved.