Interface VcsLogEntryHandler
-
public interface VcsLogEntryHandler
todo: add class description here- Since:
- 0.1
- Author:
- Siarhei Baidun
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleLogEntry(VcsLogEntry entry)
-
-
-
Method Detail
-
handleLogEntry
void handleLogEntry(VcsLogEntry entry) throws FileSystemException
- Parameters:
entry
-- Throws:
FileSystemException
-
-