Interface VcsLogEntryHandler
-
public interface VcsLogEntryHandler
Handles VCS log entries.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleLogEntry(VcsLogEntry entry)
Handles VCS log entries.
-
-
-
Method Detail
-
handleLogEntry
void handleLogEntry(VcsLogEntry entry) throws FileSystemException
Handles VCS log entries.- Parameters:
entry
- The log entry.- Throws:
FileSystemException
- if an error occurs.
-
-