X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FCleaner.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FCleaner.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=9cee6476ad2eeade82b10a09a7d31a2c9f11a54c;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/Cleaner.html b/website/full_javadoc/compbio/engine/Cleaner.html deleted file mode 100644 index 9cee647..0000000 --- a/website/full_javadoc/compbio/engine/Cleaner.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - -Cleaner - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.engine -
-Class Cleaner

-
-java.lang.Object
-  extended by compbio.engine.Cleaner
-
-
-Deprecated. -

-

-
@Deprecated
-public class Cleaner
extends Object
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
Cleaner() - -
-          Deprecated.  
-  - - - - - - - - - - - - - - - -
-Method Summary
-static booleandeleteAllFiles(String directory) - -
-          Deprecated.  
-static booleandeleteFiles(ConfiguredExecutable<?> exec) - -
-          Deprecated. This method returns true if all files specified by List files were - successfully removed or there was no files to remove (files list was - empty)
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Cleaner

-
-public Cleaner()
-
-
Deprecated. 
- - - - - - - - -
-Method Detail
- -

-deleteFiles

-
-public static boolean deleteFiles(ConfiguredExecutable<?> exec)
-
-
Deprecated. 
This method returns true if all files specified by List files were - successfully removed or there was no files to remove (files list was - empty) -

-

-
Parameters:
workDirectory -
files - -
Returns:
This method returns true if all files specified by List files - were successfully removed, false otherwise
-
-
-
- -

-deleteAllFiles

-
-public static boolean deleteAllFiles(String directory)
-
-
Deprecated. 
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -