it.eng.spagobi.importexport
Class ImpExpGeneralUtilities

java.lang.Object
  extended by it.eng.spagobi.importexport.ImpExpGeneralUtilities

public class ImpExpGeneralUtilities
extends java.lang.Object

Implements general utilities for import / export purposes


Constructor Summary
ImpExpGeneralUtilities()
           
 
Method Summary
static boolean deleteDir(java.io.File dir)
          Delete a folder and its contents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImpExpGeneralUtilities

public ImpExpGeneralUtilities()
Method Detail

deleteDir

public static boolean deleteDir(java.io.File dir)
Delete a folder and its contents

Parameters:
dir - The java file object of the directory
Returns:
the result of the operation