private File getConfigResource() throws ConfigurationException, FileNotFoundException { String cachePath = storageFinder.getDefaultPath(); File file = new File(cachePath, CONFIGURATION_FILE_NAME); return file; }
public File getRootCacheDir() throws ConfigurationException { return new File(storageFinder.getDefaultPath()); }