Package com._1c.g5.v8.dt.compare.git
Class FileDiff
java.lang.Object
com._1c.g5.v8.dt.compare.git.FileDiff
Represents a file Git change.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFileDiff
(String path, FileDiff.ChangeType changeType) Creates a new instance. -
Method Summary
-
Constructor Details
-
FileDiff
Creates a new instance.- Parameters:
path
- the modified/added/deleted file name, cannot benull
changeType
- the change type, cannot benull
-
-
Method Details