net.spy.db
Class FileDriver.AnyParamMatcher
java.lang.Object
net.spy.db.FileDriver.AnyParamMatcher
- All Implemented Interfaces:
- FileDriver.ParamMatcher
- Enclosing class:
- FileDriver
public static class FileDriver.AnyParamMatcher
- extends Object
- implements FileDriver.ParamMatcher
Parameter matching instance that matches any parameter.
|
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.AnyParamMatcher
public FileDriver.AnyParamMatcher()
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.