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