Package org.sikuli.script
Class ImagePath.PathEntry
- java.lang.Object
-
- org.sikuli.script.ImagePath.PathEntry
-
- Enclosing class:
- ImagePath
public static class ImagePath.PathEntry extends java.lang.Objectrepresents an imagepath entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)booleanexistsFile()java.io.FilegetFile()java.lang.StringgetPath()booleanisFile()booleanisHTTP()booleanisJar()booleanisValid()java.lang.StringtoString()
-
-
-
Method Detail
-
isValid
public boolean isValid()
-
getPath
public java.lang.String getPath()
-
isFile
public boolean isFile()
-
isJar
public boolean isJar()
-
isHTTP
public boolean isHTTP()
-
getFile
public java.io.File getFile()
-
existsFile
public boolean existsFile()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-