net.spy.db
Class FileDriver.AnyParamMatcher

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

public static class FileDriver.AnyParamMatcher
extends java.lang.Object
implements FileDriver.ParamMatcher

Parameter matching instance that matches any parameter.


Constructor Summary
FileDriver.AnyParamMatcher()
           
 
Method Summary
 boolean matches(java.lang.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.AnyParamMatcher

public FileDriver.AnyParamMatcher()
Method Detail

matches

public boolean matches(java.lang.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.