@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,
org.sikuli.basics.HotkeyListener listener)
Deprecated.
use Key. ... instead
|
static boolean |
addHotkey(String key,
int modifiers,
org.sikuli.basics.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 Region.atMouse() ... instead
|
static org.sikuli.basics.OS |
getOS()
Deprecated.
use the Settings features
|
static org.sikuli.basics.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() throws HeadlessException
HeadlessException
@Deprecated public static org.sikuli.basics.OSUtil getOSUtil()
@Deprecated public static String getOSVersion()
@Deprecated public static org.sikuli.basics.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
- @Deprecated public static boolean isLockOn(char key)
key
- @Deprecated public static int getHotkeyModifier()
@Deprecated public static boolean addHotkey(String key, int modifiers, org.sikuli.basics.HotkeyListener listener)
key
- modifiers
- listener
- @Deprecated public static boolean addHotkey(char key, int modifiers, org.sikuli.basics.HotkeyListener listener)
key
- modifiers
- listener
- @Deprecated public static boolean removeHotkey(String key, int modifiers)
key
- modifiers
- @Deprecated public static boolean removeHotkey(char key, int modifiers)
key
- modifiers
- public static void cleanUp()