public abstract class OperationFilter extends Object implements Filter
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Pattern> |
namePatterns |
Constructor and Description |
---|
OperationFilter(String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(HistoryEntry entry) |
protected abstract boolean |
getAllowOtherOperations() |
protected abstract String[] |
getApplicableOperations() |
protected String |
getObjectName(HistoryEntry entry) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
requiresMinorEvents
public OperationFilter(String... namePatterns)
public boolean accept(HistoryEntry entry)
protected abstract boolean getAllowOtherOperations()
protected abstract String[] getApplicableOperations()
protected String getObjectName(HistoryEntry entry)
Copyright © 2004-2021. All Rights Reserved.