net.vidageek.mirror.matcher
Class SetterMatcher

java.lang.Object
  extended by net.vidageek.mirror.matcher.SetterMatcher
All Implemented Interfaces:
Matcher<Method>

public final class SetterMatcher
extends Object
implements Matcher<Method>


Constructor Summary
SetterMatcher()
           
 
Method Summary
 boolean accepts(Method element)
          This method determines if the element must be allowed to be on the list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetterMatcher

public SetterMatcher()
Method Detail

accepts

public boolean accepts(Method element)
Description copied from interface: Matcher
This method determines if the element must be allowed to be on the list.

Specified by:
accepts in interface Matcher<Method>
Returns:
true if the element is allowed. false otherwise.


Copyright © 2011 VidaGeek.net. All Rights Reserved.