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 SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionFileDiff(String path, FileDiff.ChangeType changeType) Creates a new instance.
- 
Method Summary
- 
Constructor Details- 
FileDiffCreates a new instance.- Parameters:
- path- the modified/added/deleted file name, cannot be- null
- changeType- the change type, cannot be- null
 
 
- 
- 
Method Details