repoDir = new File(envLocation.toURI());
} catch (URISyntaxException e) {
throw Throwables.propagate(e);
}
File newFilterFile = new File(repoDir, filterFile);
filter = new IniRepositoryFilter(newFilterFile.getAbsolutePath());
} catch (FileNotFoundException e) {
Throwables.propagate(e);
}
}