Class AnalyzeAllThenExport
java.lang.Object
org.variantsync.diffdetective.analysis.strategies.AnalysisStrategy
org.variantsync.diffdetective.analysis.strategies.AnalyzeAndExportIncrementally
org.variantsync.diffdetective.analysis.strategies.AnalyzeAllThenExport
Collects all linegraph representations generated by an analysis and exports them at the end.
- Author:
- Paul Bittner
-
Field Summary
Fields inherited from class org.variantsync.diffdetective.analysis.strategies.AnalyzeAndExportIncrementally
DEFAULT_NUMBER_OF_COMMITS_TO_EXPORT_AT_ONCE
Fields inherited from class org.variantsync.diffdetective.analysis.strategies.AnalysisStrategy
outputPath, repo
-
Constructor Summary
-
Method Summary
Methods inherited from class org.variantsync.diffdetective.analysis.strategies.AnalyzeAndExportIncrementally
end, onCommit, start
-
Constructor Details
-
AnalyzeAllThenExport
public AnalyzeAllThenExport()
-