| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hivemind.methodmatch.MethodPatternParser
public class MethodPatternParser
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.
| 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 | 
|---|
public MethodPatternParser()
| Method Detail | 
|---|
public MethodFilter parseMethodPattern(java.lang.String pattern)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||