public class MethodMatcherUtility
extends java.lang.Object
| Constructor and Description |
|---|
MethodMatcherUtility() |
| Modifier and Type | Method and Description |
|---|---|
static MethodMatcher |
createMethodMatcher(java.lang.String className,
Extension.Instrumentation.Pointcut.Method method,
java.util.Map<java.lang.String,MethodMapper> classesToMethods,
java.lang.String extName) |
static MethodMatcher |
createMethodMatcher(java.lang.String className,
java.util.List<Extension.Instrumentation.Pointcut.Method> methods,
java.util.Map<java.lang.String,MethodMapper> classesToMethods,
java.lang.String extName) |
public static MethodMatcher createMethodMatcher(java.lang.String className, java.util.List<Extension.Instrumentation.Pointcut.Method> methods, java.util.Map<java.lang.String,MethodMapper> classesToMethods, java.lang.String extName) throws XmlException
XmlExceptionpublic static MethodMatcher createMethodMatcher(java.lang.String className, Extension.Instrumentation.Pointcut.Method method, java.util.Map<java.lang.String,MethodMapper> classesToMethods, java.lang.String extName) throws java.lang.NoSuchMethodException, XmlException
java.lang.NoSuchMethodExceptionXmlException