org.apache.commons.javaflow.utils
Class ReflectionUtils.DefaultMatcher

java.lang.Object
  extended by org.apache.commons.javaflow.utils.ReflectionUtils.DefaultMatcher
All Implemented Interfaces:
ReflectionUtils.Matcher
Enclosing class:
ReflectionUtils

public static class ReflectionUtils.DefaultMatcher
extends java.lang.Object
implements ReflectionUtils.Matcher


Constructor Summary
ReflectionUtils.DefaultMatcher()
           
 
Method Summary
 boolean matches(java.lang.String pName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtils.DefaultMatcher

public ReflectionUtils.DefaultMatcher()
Method Detail

matches

public boolean matches(java.lang.String pName)
Specified by:
matches in interface ReflectionUtils.Matcher


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.