Deprecated API

Deprecated Classes
net.spy.util.Debug
          use Logger instead 
 

Deprecated Interfaces
net.spy.db.Savable
          use SavableNode instead 
 

Deprecated Methods
net.spy.util.RingBuffer.addObject(Object)
          use add() 
net.spy.util.RingBuffer.getData()
          this is a Collection now. 
net.spy.SpyUtil.getFileData(String)
          use getFileData(File) 
net.spy.cache.DiskCache.getObject(String)
          use get(Object) instead 
net.spy.db.DBSP.getOptionalArgs()
          use getParameters() or getParameters(int) instead 
net.spy.db.DBSP.getOutputArgs()
          use getParameters() or getParameters(int) instead 
net.spy.db.DBSP.getRequiredArgs()
          use getParameters() or getParameters(int) instead 
net.spy.util.RingBuffer.getSize()
          use the Collections implementation instead 
net.spy.SpyConfig.loadConfig(String[])
          Use the File one instead. 
net.spy.cache.DiskCache.storeObject(String, Object)
          use put(Object,Object) instead 
net.spy.SpyToker.tokenize(String, Map)
          give it a File instead. 
 

Deprecated Constructors
net.spy.net.HTTPFetch(String)
          don't pass Strings, pass URLs 
net.spy.net.HTTPFetch(String, Map)
          don't pass Strings, pass URLs 
net.spy.SpyConfig(String)
          Give it a File object instead.