Package org.openl.rules.repository.file
Class FileChangesMonitor
- java.lang.Object
-
- org.openl.rules.repository.file.FileChangesMonitor
-
- All Implemented Interfaces:
RevisionGetter
public final class FileChangesMonitor extends Object implements RevisionGetter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetRevision()Should return an object that persists a current change set revision.
-
-
-
Method Detail
-
getRevision
public Object getRevision()
Description copied from interface:RevisionGetterShould 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.- Specified by:
getRevisionin interfaceRevisionGetter
-
-