Interface VcsLogEntryHandler
public interface VcsLogEntryHandler
Handles VCS log entries.
- Since:
- 0.1
-
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.
-