Esempio n. 1
0
  private File getConfigResource() throws ConfigurationException, FileNotFoundException {
    String cachePath = storageFinder.getDefaultPath();

    File file = new File(cachePath, CONFIGURATION_FILE_NAME);

    return file;
  }
Esempio n. 2
0
 public File getRootCacheDir() throws ConfigurationException {
   return new File(storageFinder.getDefaultPath());
 }