public interface Checker
check(Object...) method
that checks the given objects, i.e., files regarding their existence, and
returns true or false.| Modifier and Type | Method and Description |
|---|---|
boolean |
check(Object... objects)
Checks the given objects and returns
true if the check was
successful. |
boolean check(Object... objects)
true if the check was
successful. Note that the semantic of the given object(s) is defined by
the implementing classes.objects - the object(s) that should be checkedtrue if the check was successful.Copyright © 2014–2017. All rights reserved.