org.jcoderz.commons.tracing
Class TracingInjector.MethodMatcher
java.lang.Object
org.jcoderz.commons.tracing.TracingInjector.MethodMatcher
- All Implemented Interfaces:
- TracingInjector.Matcher
- Enclosing class:
- TracingInjector
public static class TracingInjector.MethodMatcher
- extends Object
- implements TracingInjector.Matcher
- Author:
- Andreas Mandel
COMMENT
public static final String COMMENT
- See Also:
- Constant Field Values
COMMENT2
public static final String COMMENT2
- See Also:
- Constant Field Values
TracingInjector.MethodMatcher
public TracingInjector.MethodMatcher(File inFile)
throws IOException
- Method matcher that is configured by the given File.
- Parameters:
inFile -
- Throws:
IOException
toString
public String toString()
-
- Overrides:
toString in class Object
matches
public boolean matches(ClassNode cn)
- Specified by:
matches in interface TracingInjector.Matcher
- Parameters:
cn -
- Returns:
matches
public boolean matches(MethodNode mn)
- Specified by:
matches in interface TracingInjector.Matcher
- Parameters:
mn -
- Returns:
matches
public boolean matches(ClassNode cn,
MethodNode mn)
- Specified by:
matches in interface TracingInjector.Matcher
- Parameters:
cn - mn -
- Returns:
Copyright 2007 The jCoderZ Project.