Package sonia.scm.repository.api
Interface DiffFile
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getOldRevision
String getOldRevision() -
getNewRevision
String getNewRevision() -
getOldPath
String getOldPath() -
getNewPath
String getNewPath() -
getChangeType
DiffFile.ChangeType getChangeType()
-