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
All Methods Static Methods Concrete Methods 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 Detail
-
shouldUseProvided
public static boolean shouldUseProvided
-
slibVision
public static final String slibVision
- See Also:
- Constant Field Values
-
libVision
public static final String libVision
- See Also:
- Constant Field Values
-
libGrabKey
public static final String libGrabKey
- See Also:
- Constant Field Values
-
-
Method Detail
-
existsLibs
public static boolean existsLibs()
-
copyProvidedLibs
public static boolean copyProvidedLibs(File fLibsFolder)
-
checkAllLibs
public static boolean checkAllLibs()
-
haveToBuild
public static boolean haveToBuild()
-
buildVision
public static boolean buildVision()
-
-