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 boolean deleteAllFiles(String directory)
          Deprecated.  
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)
 
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.