public class ScreenshotPhoto
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ScreenshotPhoto |
None |
Constructor and Description |
---|
ScreenshotPhoto(java.nio.file.Path pathToScreenshot) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static ScreenshotPhoto |
forScreenshotAt(java.nio.file.Path screenshotPath) |
java.nio.file.Path |
getPathToScreenshot() |
int |
hashCode() |
public static final ScreenshotPhoto None
public java.nio.file.Path getPathToScreenshot()
public static ScreenshotPhoto forScreenshotAt(java.nio.file.Path screenshotPath)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object