org.sikuli.script
Class Util

java.lang.Object
  extended by org.sikuli.script.Util

public class Util
extends Object


Constructor Summary
Util()
           
 
Method Summary
static String downloadURL(URL url, String localPath)
           
static String getParentPath(String path)
           
static boolean isImageFile(String fname)
           
static String slashify(String path, boolean isDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

downloadURL

public static String downloadURL(URL url,
                                 String localPath)
                          throws IOException
Throws:
IOException

isImageFile

public static boolean isImageFile(String fname)

getParentPath

public static String getParentPath(String path)

slashify

public static String slashify(String path,
                              boolean isDirectory)