public class DataStoreCacheUtils
extends java.lang.Object
Constructor and Description |
---|
DataStoreCacheUtils() |
Modifier and Type | Method and Description |
---|---|
static java.io.File |
getFile(java.lang.String id,
java.io.File root)
Obtain a placeholder in the file system folder for the given identifier.
|
static void |
recursiveDelete(java.io.File f,
java.io.File root)
Delete the file from the given root directory all its empty parent-directories.
|
public static void recursiveDelete(java.io.File f, java.io.File root) throws java.io.IOException
f
- the file to be deletedjava.io.IOException
public static java.io.File getFile(java.lang.String id, java.io.File root)
id
- of the fileCopyright © 2010 - 2020 Adobe. All Rights Reserved