Uses of Interface
org.springframework.modulith.junit.diff.FileModificationDetector
Package
Description
Project differences detection implementation.
-
Uses of FileModificationDetector in org.springframework.modulith.junit.diff
Modifier 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.(package private) class
AFileModificationDetector
that filters theModifiedFile
instances returned by a delegateFileModificationDetector
to only contain those nested in the current, repository-relative working directory.Modifier and TypeMethodDescriptionstatic FileModificationDetector
FileModificationDetector.getDetector
(PropertyResolver propertyResolver) Returns theFileModificationDetector
to be used.static FileModificationDetector
FileModificationDetector.getTargetDetector
(PropertyResolver propertyResolver) Modifier and TypeMethodDescriptionWorkingDirectoryChangesDetector.of
(FileModificationDetector delegate) Creates a newWorkingDirectoryChangesDetector
for the current Git repository-relative working directory.ModifierConstructorDescription(package private)
WorkingDirectoryChangesDetector
(FileModificationDetector delegate, String workingDirectory) Creates a newWorkingDirectoryChangesDetector
for the givenFileModificationDetector
delegate and directory;