Interface RevisionGetter

  • All Known Implementing Classes:
    FileChangesMonitor

    public interface RevisionGetter
    For retrieving a current revision of a repository.
    Author:
    Yury Molchan
    • Method Detail

      • getRevision

        Object getRevision()
        Should return an object that persists a current change set revision. This object must implement Object.equals(Object) method which must return true if no changes were detected between two change sets.