Constructor and Description |
---|
CompositeChecker(Checker[] checkers)
Constructor, take in parameters the array of check to launch in a check
|
Modifier and Type | Method and Description |
---|---|
IssueCollection |
check(VirtualBook carton)
method that launch the check
|
public CompositeChecker(Checker[] checkers)
checkers
- public IssueCollection check(VirtualBook carton) throws java.lang.Exception
Checker