Package com.google.gerrit.server.patch
Class DiffSummary
- java.lang.Object
- 
- com.google.gerrit.server.patch.DiffSummary
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class DiffSummary extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DiffSummary(String[] paths, int insertions, int deletions)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeData.ChangedLinesgetChangedLines()List<String>getPaths()
 
- 
- 
- 
Constructor Detail- 
DiffSummarypublic DiffSummary(String[] paths, int insertions, int deletions) 
 
- 
 - 
Method Detail- 
getChangedLinespublic ChangeData.ChangedLines getChangedLines() 
 
- 
 
-