public class FileChecker
Helper tool to verify if the given file exists.
| Constructor and Description |
|---|
FileChecker()
Helper tool to verify if the given file exists.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(java.lang.String path)
Returns
true if the file exists at the given path. |