Package org.openrewrite.gradle.isolated
Class ResultsContainer
java.lang.Object
org.openrewrite.gradle.isolated.ResultsContainer
-
Constructor Summary
ConstructorsConstructorDescriptionResultsContainer(Path projectRoot, @Nullable org.openrewrite.RecipeRun recipeRun) -
Method Summary
Modifier and TypeMethodDescription@Nullable RuntimeExceptionbooleanList directories that are empty as a result of applying recipe changes
-
Constructor Details
-
ResultsContainer
-
-
Method Details
-
getFirstException
-
getProjectRoot
-
isNotEmpty
public boolean isNotEmpty() -
newlyEmptyDirectories
List directories that are empty as a result of applying recipe changes
-