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=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=24e6bfa6e7ff7bd3f84b99ba2144fbe13f9a43a9;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/PulledFileCache.html b/website/full_javadoc/compbio/engine/PulledFileCache.html deleted file mode 100644 index 24e6bfa..0000000 --- a/website/full_javadoc/compbio/engine/PulledFileCache.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - -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
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -