org.jclouds.filesystem.util
Class Utils
java.lang.Object
org.jclouds.filesystem.util.Utils
public class Utils
- extends Object
Utilities for the filesystem blobstore.
- Author:
- Andrew Gaul
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deleteRecursively
public static void deleteRecursively(File file)
throws IOException
- Delete a file or a directory recursively.
- Throws:
IOException
Copyright © 2009-2013 jclouds. All Rights Reserved.