compbio.engine
Class PulledFileCache

java.lang.Object
  extended by compbio.engine.PulledFileCache

public final class PulledFileCache
extends java.lang.Object


Constructor Summary
PulledFileCache()
           
 
Method Summary
static FilePuller get(java.lang.String fileName)
           
static boolean put(FilePuller fpuller)
          This method allows duplicates to be added.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PulledFileCache

public PulledFileCache()
Method Detail

get

public static FilePuller get(java.lang.String fileName)

put

public static boolean put(FilePuller fpuller)
This method allows duplicates to be added. This is a responsibility of the called to ensure this will not happen!

Parameters:
fpuller -
Returns: