net.spy.db
Class FileDriver.ClassParamMatcher

java.lang.Object
  extended by net.spy.db.FileDriver.ClassParamMatcher
All Implemented Interfaces:
FileDriver.ParamMatcher
Enclosing class:
FileDriver

public static class FileDriver.ClassParamMatcher
extends Object
implements FileDriver.ParamMatcher

Parameter matching instance that matches objects by class.


Constructor Summary
FileDriver.ClassParamMatcher(Class<?> c)
           
 
Method Summary
 boolean matches(Object o)
          Return true if this parameter matches the given object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDriver.ClassParamMatcher

public FileDriver.ClassParamMatcher(Class<?> c)
Method Detail

matches

public boolean matches(Object o)
Description copied from interface: FileDriver.ParamMatcher
Return true if this parameter matches the given object.

Specified by:
matches in interface FileDriver.ParamMatcher


Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.