| Constructor and Description |
|---|
DirectoryChecker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(Object... objects)
Checks the given objects and returns
true if the check was
successful. |
boolean |
checkSingleObject(Object object) |
public boolean check(Object... objects)
Checkertrue if the check was
successful. Note that the semantic of the given object(s) is defined by
the implementing classes.public boolean checkSingleObject(Object object)
Copyright © 2014–2017. All rights reserved.