Interface VcsLogEntryHandler
-
public interface VcsLogEntryHandler
- Since:
- 0.1
-
-
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- The log entry.- Throws:
FileSystemException- if an error occurs.
-
-