Package eu.bandm.tools.util
Class TracingStackFilterCompiler
java.lang.Object
eu.bandm.tools.util.TracingStackFilterCompiler
- All Implemented Interfaces:
StackFilter.Compiler<StackTraceElement>
public class TracingStackFilterCompiler
extends Object
implements StackFilter.Compiler<StackTraceElement>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithClassName(Predicate<String> pred) withMethodName(Predicate<String> pred) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.bandm.tools.util.StackFilter.Compiler
any, none
-
Constructor Details
-
TracingStackFilterCompiler
-
-
Method Details
-
withClass
- Specified by:
withClassin interfaceStackFilter.Compiler<StackTraceElement>
-
withClassName
- Specified by:
withClassNamein interfaceStackFilter.Compiler<StackTraceElement>
-
withMethodName
- Specified by:
withMethodNamein interfaceStackFilter.Compiler<StackTraceElement>
-