Uses of Interface
org.springframework.modulith.junit.diff.FileModificationDetector
Packages that use FileModificationDetector
-
Uses of FileModificationDetector in org.springframework.modulith.junit.diff
Classes in org.springframework.modulith.junit.diff that implement FileModificationDetectorModifier and TypeClassDescription(package private) class
Implementation to get changes between HEAD and a complete or abbreviated SHA-1 or other revision, likeHEAD~2
.(package private) enum
Implementation to get latest local file changes.(package private) enum
Find all changes that have not been pushed to the remote branch yet.Methods in org.springframework.modulith.junit.diff that return FileModificationDetectorModifier and TypeMethodDescriptionstatic FileModificationDetector
FileModificationDetector.getDetector
(PropertyResolver propertyResolver) Returns theFileModificationDetector
to be used.