org.jclouds.filesystem.util
Class Utils

java.lang.Object
  extended by org.jclouds.filesystem.util.Utils

public class Utils
extends Object

Utilities for the filesystem blobstore.

Author:
Andrew Gaul

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

Method Detail

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.