Package org.sikuli.util
Class LinuxSupport
java.lang.Object
org.sikuli.util.LinuxSupport
public class LinuxSupport extends Object
INTERNAL USE: all things needed with Linux at setup or runtime
-
Field Summary
Fields Modifier and Type Field Description static StringlibGrabKeystatic StringlibVisionstatic booleanshouldUseProvidedstatic StringslibVision -
Constructor Summary
Constructors Constructor Description LinuxSupport() -
Method Summary
Modifier and Type Method Description static booleanbuildVision()static booleancheckAllLibs()static booleancopyProvidedLibs(File fLibsFolder)static booleanexistsLibs()static booleanhaveToBuild()static voidlog(int level, String message, Object... args)
-
Field Details
-
shouldUseProvided
public static boolean shouldUseProvided -
slibVision
- See Also:
- Constant Field Values
-
libVision
- See Also:
- Constant Field Values
-
libGrabKey
- See Also:
- Constant Field Values
-
-
Constructor Details
-
LinuxSupport
public LinuxSupport()
-
-
Method Details
-
log
-
existsLibs
public static boolean existsLibs() -
copyProvidedLibs
-
checkAllLibs
public static boolean checkAllLibs() -
haveToBuild
public static boolean haveToBuild() -
buildVision
public static boolean buildVision()
-