catalogServices.produceDOTDeltaGraph(
"Sample catalog", oldCatalogStream, rootPath, newCatalogStream, rootPath, dotStream,
new NullProgressMonitor());
oldCatalogStream = new FileInputStream(oldCatalogFile);
newCatalogStream = new FileInputStream(newCatalogFile);
catalogServices.produceSVGDeltaGraph(
"Sample catalog", oldCatalogStream, rootPath, newCatalogStream, rootPath, svgStream,
new NullProgressMonitor());
}
/**