Interface RevisionGetter
-
- All Known Implementing Classes:
FileChangesMonitor
public interface RevisionGetterFor retrieving a current revision of a repository.- Author:
- Yury Molchan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetRevision()Should return an object that persists a current change set revision.
-
-
-
Method Detail
-
getRevision
Object getRevision()
Should return an object that persists a current change set revision. This object must implementObject.equals(Object)method which must return true if no changes were detected between two change sets.
-
-