@ParametersAreNonnullByDefault public final class TracingListener<V> extends ParseRunnerListener<V>
Constructor and Description |
---|
TracingListener(Path zipPath,
boolean delete) |
Modifier and Type | Method and Description |
---|---|
void |
afterParse(PostParseEvent<V> event) |
void |
beforeMatch(PreMatchEvent<V> event) |
void |
beforeParse(PreParseEvent<V> event) |
void |
matchFailure(MatchFailureEvent<V> event) |
void |
matchSuccess(MatchSuccessEvent<V> event) |
public TracingListener(Path zipPath, boolean delete) throws IOException
IOException
public void beforeParse(PreParseEvent<V> event)
beforeParse
in class ParseRunnerListener<V>
public void beforeMatch(PreMatchEvent<V> event)
beforeMatch
in class ParseRunnerListener<V>
public void matchSuccess(MatchSuccessEvent<V> event)
matchSuccess
in class ParseRunnerListener<V>
public void matchFailure(MatchFailureEvent<V> event)
matchFailure
in class ParseRunnerListener<V>
public void afterParse(PostParseEvent<V> event)
afterParse
in class ParseRunnerListener<V>