public interface Checker
| Modifier and Type | Method and Description |
|---|---|
IssueCollection |
check(VirtualBook book)
method that launch the check
|
IssueCollection check(VirtualBook book) throws java.lang.Exception
book - the book to checkjava.lang.Exception - an exception can be raised if the check cannot operate
properly