updateTraceInformation(traceFile, postProcessedContent, outputConfig.isSetDerivedProperty());
if (callBack != null)
callBack.afterFileCreation(file);
}
} catch (CoreException e) {
throw new RuntimeIOException(e);
} catch (IOException e) {
throw new RuntimeIOException(e);
}
}