Class WorkingDirectoryChangesDetector

java.lang.Object
org.springframework.modulith.junit.diff.WorkingDirectoryChangesDetector
All Implemented Interfaces:
FileModificationDetector

class WorkingDirectoryChangesDetector extends Object implements FileModificationDetector
A FileModificationDetector that filters the ModifiedFile instances returned by a delegate FileModificationDetector to only contain those nested in the current, repository-relative working directory.
Since:
1.3
Author:
Oliver Drotbohm