net.spy.db
Class QuerySelectorFactory

java.lang.Object
  extended bynet.spy.SpyObject
      extended bynet.spy.db.QuerySelectorFactory

public class QuerySelectorFactory
extends SpyObject

Factory for finding a QuerySelector instance. If the system propery net.spy.db.QuerySelector is set, it will point to the QuerySelector implementation to use, otherwise DefaultQuerySelector is used.


Constructor Summary
QuerySelectorFactory()
           
 
Method Summary
static QuerySelector getQuerySelector()
          Get the QuerySelector instance.
 
Methods inherited from class net.spy.SpyObject
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuerySelectorFactory

public QuerySelectorFactory()
Method Detail

getQuerySelector

public static QuerySelector getQuerySelector()
Get the QuerySelector instance.