| Constructor and Description |
|---|
ErrorRecordCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ErrorRecord record)
Adds a
ErrorRecord to the error collector. |
List<ErrorRecord> |
get() |
void |
reset()
Resets the error list.
|
int |
size() |
public int size()
public void reset()
public void add(ErrorRecord record)
ErrorRecord to the error collector.record - public List<ErrorRecord> get()
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.