org.eclipse.emf.ecp.ecore.editor.test
Class FileUtil

java.lang.Object
  extended by org.eclipse.emf.ecp.ecore.editor.test.FileUtil

public final class FileUtil
extends Object

File utility class.


Method Summary
static boolean delete(File fileToBeDeleted)
          Deletes the given file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

delete

public static boolean delete(File fileToBeDeleted)
Deletes the given file.

Parameters:
fileToBeDeleted - the file to be deleted
Returns:
true, if the file was successfully deleted, false otherwise


Copyright © 2015. All Rights Reserved.