Package org.openrewrite.table
Class RecipeRunStats
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidflush(ExecutionContext ctx) recordEdit(Recipe recipe, Callable<SourceFile> edit) voidrecordScan(Recipe recipe, Callable<SourceFile> scan) voidrecordSourceFileChanged(@Nullable SourceFile before, @Nullable SourceFile after) Methods inherited from class org.openrewrite.DataTable
getRowsTypeReference, insertRow
-
Constructor Details
-
RecipeRunStats
-
-
Method Details
-
recordSourceFileChanged
public void recordSourceFileChanged(@Nullable @Nullable SourceFile before, @Nullable @Nullable SourceFile after) -
recordScan
- Throws:
Exception
-
recordEdit
@Nullable public @Nullable SourceFile recordEdit(Recipe recipe, Callable<SourceFile> edit) throws Exception - Throws:
Exception
-
flush
-