com.xebialabs.deployit.util
Class GuavaFiles

java.lang.Object
  extended by com.xebialabs.deployit.util.GuavaFiles

public class GuavaFiles
extends java.lang.Object


Constructor Summary
GuavaFiles()
           
 
Method Summary
static void deleteDirectoryContents(java.io.File directory)
           
static void deleteRecursively(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuavaFiles

public GuavaFiles()
Method Detail

deleteDirectoryContents

public static void deleteDirectoryContents(java.io.File directory)
                                    throws java.io.IOException
Throws:
java.io.IOException

deleteRecursively

public static void deleteRecursively(java.io.File file)
                              throws java.io.IOException
Throws:
java.io.IOException