org.jcoderz.commons.tracing
Class TracingInjector.MethodMatcher

java.lang.Object
  extended by 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

Field Summary
static String COMMENT
           
static String COMMENT2
           
 
Constructor Summary
TracingInjector.MethodMatcher(File inFile)
          Method matcher that is configured by the given File.
 
Method Summary
 boolean matches(ClassNode cn)
           
 boolean matches(ClassNode cn, MethodNode mn)
           
 boolean matches(MethodNode mn)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMMENT

public static final String COMMENT
See Also:
Constant Field Values

COMMENT2

public static final String COMMENT2
See Also:
Constant Field Values
Constructor Detail

TracingInjector.MethodMatcher

public TracingInjector.MethodMatcher(File inFile)
                              throws IOException
Method matcher that is configured by the given File.

Parameters:
inFile -
Throws:
IOException
Method Detail

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.