org.apache.hivemind.methodmatch
Class MethodPatternParser

java.lang.Object
  extended by org.apache.hivemind.methodmatch.MethodPatternParser

public class MethodPatternParser
extends java.lang.Object

Parses a method pattern (consisting of a name pattern, followed by an optional parameters pattern) into a MethodFilter. In most cases, the patterns will require several checks (i.e., match against name, match against parameters) in which case a CompositeFilter is returned.

Author:
Howard Lewis Ship

Constructor Summary
MethodPatternParser()
           
 
Method Summary
 MethodFilter parseMethodPattern(java.lang.String pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodPatternParser

public MethodPatternParser()
Method Detail

parseMethodPattern

public MethodFilter parseMethodPattern(java.lang.String pattern)