List<byte[]> list = getContentListForResource(pathToBytesMap, resourcePath);
list.add(content);
pathToBytesMap.put(resourcePath, list);
}
}
all.merge(jar);
}
return mergeResources(pathToBytesMap, all);
}
private Archive getOrCreateArchive(final String jarname) throws FileNotFoundException, IOException