for (BasePath bp : ls.getBaseSettings().getBasePath()) {
bpById.put(bp.getId(), bp);
}
Map<String, BasePath> basePaths = new LinkedHashMap<String, BasePath>();
BaseSettings bs = ls.getBaseSettings();
for (BasePath bp : bs.getBasePath()) {
basePaths.put(bp.getId(), bp);
}
FileAccessor fac = new FileAccessorContainer();