Package org.openrewrite
Class Change<S extends SourceFile>
- java.lang.Object
-
- org.openrewrite.Change<S>
-
public class Change<S extends SourceFile> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
diff()
java.lang.String
diff(java.nio.file.Path relativeTo)
-
-
-
Method Detail
-
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 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
-
-