if (!tempDir.mkdirs()) {
throw new IOException(
"Could not create temporary directory - "
+ tempDir.getAbsolutePath());
}
Set<MethodInfo> methods = digest.load(className).keySet();
for (MethodInfo method : methods) {
ctx.setMethod(method);
try {
// Generate the sequence diagram specification.
final String sequenceDiagramSpec = gen