public Entry getRootEntry(final String pathIdentifier)
{
final File localDir= resolveToLocalDir(pathIdentifier);
//FIXME: should be able to replace
LibreConfigHelper lch = new LibreConfigHelper();
try {
lch.compose(this.manager);
} catch(ComponentException e) {
e.printStackTrace();
}
//with something down the lines of:
// LibreConfigHelper lch = this.manager.lookup(LibreConfigHelper.ROLE);