net.spy.db
Class FileDriver.ClassParamMatcher
java.lang.Object
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.
|
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 |
FileDriver.ClassParamMatcher
public FileDriver.ClassParamMatcher(Class<?> c)
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.