Package com.logviewer.filters
Class JsPredicate
java.lang.Object
com.logviewer.filters.JsPredicate
- All Implemented Interfaces:
RecordPredicate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mozilla.javascript.FunctiongetCompiledScript(com.logviewer.filters.JsPredicate.JsContext jsContext) 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
-
JsPredicate
-
-
Method Details
-
getCompiledScript
public org.mozilla.javascript.Function getCompiledScript(com.logviewer.filters.JsPredicate.JsContext jsContext) -
test
- Specified by:
testin interfaceRecordPredicate
-