public interface IRevisionCriteria
| Method Summary | ||
|---|---|---|
abstract boolean | isMatch(Revision revision) | |
| Checks whether or not specified revision matches criteria. | ||
| Method Detail |
|---|
isMatch | |
public abstract boolean isMatch(Revision revision) throws java.lang.Exception | |
revision - The True if the revision matches criteria, otherwise False.