Class Result


  • public class Result
    extends java.lang.Object
    • Method Detail

      • getRecipesThatMadeChanges

        @Deprecated
        public java.util.Set<Recipe> getRecipesThatMadeChanges()
        Deprecated.
      • diff

        public java.lang.String diff()
        Returns:
        Git-style patch diff representing the changes to this compilation unit.
      • diff

        public java.lang.String diff​(@Nullable
                                     @Nullable java.nio.file.Path relativeTo)
        Parameters:
        relativeTo - Optional relative path that is used to relativize file paths of reported differences.
        Returns:
        Git-style patch diff representing the changes to this compilation unit.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object