Uses of Record Class
org.springframework.modulith.junit.diff.ModifiedFile
Packages that use ModifiedFile
-
Uses of ModifiedFile in org.springframework.modulith.junit
Methods in org.springframework.modulith.junit with parameters of type ModifiedFileModifier and TypeMethodDescriptionstatic Changes.ChangeChanges.Change.of(ModifiedFile file) creates a newMethod parameters in org.springframework.modulith.junit with type arguments of type ModifiedFileModifier and TypeMethodDescription(package private) static ChangesChanges.of(Stream<ModifiedFile> files) Creates a newChangesinstance from the givenModifiedFiles. -
Uses of ModifiedFile in org.springframework.modulith.junit.diff
Methods in org.springframework.modulith.junit.diff that return types with arguments of type ModifiedFileModifier and TypeMethodDescriptionFileModificationDetector.getModifiedFiles()Returns allModifiedFiles detected.ReferenceCommitDetector.getModifiedFiles()UncommittedChangesDetector.getModifiedFiles()UnpushedCommitsDetector.getModifiedFiles()static Stream<ModifiedFile>static Stream<ModifiedFile>JGitUtil.toModifiedFiles(org.eclipse.jgit.lib.Repository repository, String oldRef, String newRef)