net.spy.db
Interface FileDriver.ParamMatcher

All Known Implementing Classes:
FileDriver.AnyParamMatcher, FileDriver.ClassParamMatcher
Enclosing class:
FileDriver

public static interface FileDriver.ParamMatcher

Parameter matching interface for fuzzy matches on query parameters.


Method Summary
 boolean matches(Object o)
          Return true if this parameter matches the given object.
 

Method Detail

matches

boolean matches(Object o)
Return true if this parameter matches the given object.



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