Class FileChangesMonitor

    • Method Detail

      • getRevision

        public Object getRevision()
        Description copied from interface: RevisionGetter
        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.
        Specified by:
        getRevision in interface RevisionGetter