Package sonia.scm.repository.api
Interface DiffResult
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<DiffResult.DiffTreeNode>This function returns all file paths wrapped in a treedefault IgnoreWhitespaceLevelgetLimit()default intdefault Optional<DiffResult.DiffStatistics>This function returns statistics if they are supported.default booleanMethods 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
-