Interface VcsLogEntryHandler
public interface VcsLogEntryHandler
Handles VCS log entries.
- Since:
- 0.1
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleLogEntry(VcsLogEntry entry) Handles VCS log entries.
- 
Method Details- 
handleLogEntryHandles VCS log entries.- Parameters:
- entry- The log entry.
- Throws:
- FileSystemException- if an error occurs.
 
 
-