org.apache.curator.test
Class DirectoryUtils

java.lang.Object
  extended by org.apache.curator.test.DirectoryUtils

public class DirectoryUtils
extends Object


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

Constructor Detail

DirectoryUtils

public DirectoryUtils()
Method Detail

deleteRecursively

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

deleteDirectoryContents

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


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.