| Interface | Description |
|---|---|
| Checker |
A simple interface for a class that offers a
Checker.check(Object...) method
that checks the given objects, i.e., files regarding their existence, and
returns true or false. |
| Class | Description |
|---|---|
| AnnotatorChecker |
A
Checker that checks whether the given object(s) (interpreted as
String) are defined properties. |
| DirectoryChecker |
A
Checker that checks whether the given object(s) (interpreted as
String) is a directory and does exist. |
| FileChecker |
A
Checker that checks whether the given object(s) (interpreted as
String) is a file and does exist. |
Copyright © 2014–2017. All rights reserved.