Interface DiffDetector
-
- All Known Implementing Classes:
TreeWalkingDiffDetector
public interface DiffDetector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasChangedSince(String modulePath, List<String> childModules, Collection<AnnotatedTag> tags)
-
-
-
Method Detail
-
hasChangedSince
boolean hasChangedSince(String modulePath, List<String> childModules, Collection<AnnotatedTag> tags) throws IOException
- Throws:
IOException
-
-