Package de.loskutov.anyedit.compare
Class AnyeditCompareInput.ExclusiveJobRule
- java.lang.Object
-
- de.loskutov.anyedit.compare.AnyeditCompareInput.ExclusiveJobRule
-
- All Implemented Interfaces:
org.eclipse.core.runtime.jobs.ISchedulingRule
- Enclosing class:
- AnyeditCompareInput
static class AnyeditCompareInput.ExclusiveJobRule extends java.lang.Object implements org.eclipse.core.runtime.jobs.ISchedulingRule
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
id
-
Constructor Summary
Constructors Constructor Description ExclusiveJobRule(java.lang.Object id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
boolean
isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
-
-
-
Method Detail
-
contains
public boolean contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
- Specified by:
contains
in interfaceorg.eclipse.core.runtime.jobs.ISchedulingRule
-
isConflicting
public boolean isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
- Specified by:
isConflicting
in interfaceorg.eclipse.core.runtime.jobs.ISchedulingRule
-
-