public interface Reporter
Modifier and Type | Method and Description |
---|---|
void |
after(Match match,
Result result) |
void |
before(Match match,
Result result) |
void |
embedding(String mimeType,
byte[] data) |
void |
match(Match match) |
void |
result(Result result) |
void |
write(String text) |
Copyright © 2018. All rights reserved.