Uses of Interface
org.springframework.modulith.junit.diff.FileModificationDetector
Packages that use FileModificationDetector
Package
Description
Project differences detection implementation.
-
Uses of FileModificationDetector in org.springframework.modulith.junit.diff
Classes in org.springframework.modulith.junit.diff that implement FileModificationDetectorModifier and TypeClassDescription(package private) classImplementation to get changes between HEAD and a complete or abbreviated SHA-1 or other revision, likeHEAD~2.(package private) enumImplementation to get latest local file changes.(package private) enumFind all changes that have not been pushed to the remote branch yet.(package private) classAFileModificationDetectorthat filters theModifiedFileinstances returned by a delegateFileModificationDetectorto only contain those nested in the current, repository-relative working directory.Methods in org.springframework.modulith.junit.diff that return FileModificationDetectorModifier and TypeMethodDescriptionstatic FileModificationDetectorFileModificationDetector.getDetector(PropertyResolver propertyResolver) Returns theFileModificationDetectorto be used.static FileModificationDetectorFileModificationDetector.getTargetDetector(PropertyResolver propertyResolver) Methods in org.springframework.modulith.junit.diff with parameters of type FileModificationDetectorModifier and TypeMethodDescriptionWorkingDirectoryChangesDetector.of(FileModificationDetector delegate) Creates a newWorkingDirectoryChangesDetectorfor the current Git repository-relative working directory.Constructors in org.springframework.modulith.junit.diff with parameters of type FileModificationDetectorModifierConstructorDescription(package private)WorkingDirectoryChangesDetector(FileModificationDetector delegate, String workingDirectory) Creates a newWorkingDirectoryChangesDetectorfor the givenFileModificationDetectordelegate and directory;