public class CacheFSInfo extends FSInfo
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Constructor and Description |
---|
CacheFSInfo() |
Modifier and Type | Method and Description |
---|---|
void |
clearCache() |
boolean |
exists(File file) |
File |
getCanonicalFile(File file) |
List<File> |
getJarClassPath(File file) |
boolean |
isDirectory(File file) |
boolean |
isFile(File file) |
static void |
preRegister(Context context)
Register a Context.Factory to create a CacheFSInfo.
|
public static void preRegister(Context context)
public void clearCache()
public File getCanonicalFile(File file)
getCanonicalFile
in class FSInfo
public boolean isDirectory(File file)
isDirectory
in class FSInfo
public List<File> getJarClassPath(File file) throws IOException
getJarClassPath
in class FSInfo
IOException
Copyright © 2017 earcam. All rights reserved.