.get(sourceLocale);
FileAccessorProperties fap = new FileAccessorProperties(
propsOfPath, path.getType(), localeMapping
.get(sourceLocale));
Bundle bundle = BundleFactory.createEmptyBundle(
new BundleProps(fap), lf.getType().value());
for (String key : keyValueMap.keySet()) {
bundle.setValue(key, keyValueMap.get(key));
}
try {
bundle.exportCurrent(outStreamMap.get(fap));
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}