Package com.logviewer.filters
Class ThreadPredicate
java.lang.Object
com.logviewer.filters.ThreadPredicate
- All Implemented Interfaces:
RecordPredicate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]String[]setExcludes(String[] excludes) setIncludes(String[] includes) booleantest(LogRecord record, LogFilterContext ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.logviewer.filters.RecordPredicate
not
-
Constructor Details
-
ThreadPredicate
public ThreadPredicate() -
ThreadPredicate
-
-
Method Details
-
test
- Specified by:
testin interfaceRecordPredicate
-
getIncludes
-
setIncludes
-
getExcludes
-
setExcludes
-