Interface VcsLogEntryHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleLogEntry
(VcsLogEntry entry) Handles VCS log entries.
-
Method Details
-
handleLogEntry
Handles VCS log entries.- Parameters:
entry
- The log entry.- Throws:
FileSystemException
- if an error occurs.
-