Package org.openrewrite
Class RecipeRun
java.lang.Object
org.openrewrite.RecipeRun
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
exportDatatablesToCsv
(Path filePath, ExecutionContext ctx) getDataTable
(String name) getDataTableRows
(String name)
-
Constructor Details
-
RecipeRun
public RecipeRun()
-
-
Method Details
-
getDataTable
-
getDataTableRows
-
exportDatatablesToCsv
-
exportCsv
public static void exportCsv(ExecutionContext ctx, DataTable<?> dataTable, Consumer<String> output, List<?> rows)
-