public interface LogRecordFilter
RepositoryLogRecord
.Modifier and Type | Method and Description |
---|---|
boolean |
accept(RepositoryLogRecord record)
Checks if record should be accepted into the list.
|
boolean accept(RepositoryLogRecord record)
record
- log record to checktrue
if record should be included in the list;
false
otherwise.