}
if (!contributorMap.containsKey(HEAP_DUMP)) {
contributorMap.put(HEAP_DUMP, new HeapDumpContributor(HEAP_DUMP, EMPTY_SETTINGS));
}
if (!contributorMap.containsKey(THREAD_DUMP)) {
contributorMap.put(THREAD_DUMP, new ThreadDumpContributor(THREAD_DUMP, EMPTY_SETTINGS));
}
generator = new SimpleDumpGenerator(dumpLocationFile, contributorMap);
}