X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FPulledFileCache.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FPulledFileCache.html;h=6edab399b917dd84e3a7e29541b342e390c65420;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/PulledFileCache.html b/website/full_javadoc/compbio/engine/PulledFileCache.html new file mode 100644 index 0000000..6edab39 --- /dev/null +++ b/website/full_javadoc/compbio/engine/PulledFileCache.html @@ -0,0 +1,275 @@ + + + + + + +PulledFileCache + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.engine +
+Class PulledFileCache

+
+java.lang.Object
+  extended by compbio.engine.PulledFileCache
+
+
+
+
public final class PulledFileCache
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
PulledFileCache() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static FilePullerget(String fileName) + +
+           
+static booleanput(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(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:
true if the same filepooler is already in cache
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +