Class ResultsContainer

java.lang.Object
org.openrewrite.gradle.isolated.ResultsContainer

public class ResultsContainer extends Object
  • Constructor Details

    • ResultsContainer

      public ResultsContainer(Path projectRoot, @Nullable @Nullable org.openrewrite.RecipeRun recipeRun)
  • Method Details

    • getFirstException

      @Nullable public @Nullable RuntimeException getFirstException()
    • getProjectRoot

      public Path getProjectRoot()
    • isNotEmpty

      public boolean isNotEmpty()
    • newlyEmptyDirectories

      public List<Path> newlyEmptyDirectories()
      List directories that are empty as a result of applying recipe changes