Class AnalyzeAllAndExport

java.lang.Object
org.variantsync.diffdetective.analysis.strategies.AnalysisStrategy
org.variantsync.diffdetective.analysis.strategies.AnalyzeAllAndExport

public class AnalyzeAllAndExport extends AnalysisStrategy
Exports all linegraph representations generated by an analysis directly to a file. The file operations are buffered by Java, so it flushes them when it thinks there are enough of them. In contrast to `AnalyzeAndExportIncrementally` this relies on the sanity of the Java defaults
Author:
Benjamin Moosherr