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