Package sonia.scm.repository.api
Interface DiffResult
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<DiffResult.DiffTreeNode>
This function returns all file paths wrapped in a treedefault IgnoreWhitespaceLevel
getLimit()
default int
default Optional<DiffResult.DiffStatistics>
This function returns statistics if they are supported.default boolean
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getOldRevision
String getOldRevision() -
getNewRevision
String getNewRevision() -
isPartial
default boolean isPartial() -
getOffset
default int getOffset() -
getLimit
-
getIgnoreWhitespace
-
getStatistics
This function returns statistics if they are supported.- Since:
- 3.4.0
-
getDiffTree
This function returns all file paths wrapped in a tree- Since:
- 3.5.0
-