Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        private final java.lang.Object id
    • Constructor Detail

      • ExclusiveJobRule

        public ExclusiveJobRule​(java.lang.Object id)
    • Method Detail

      • contains

        public boolean contains​(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
        Specified by:
        contains in interface org.eclipse.core.runtime.jobs.ISchedulingRule
      • isConflicting

        public boolean isConflicting​(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
        Specified by:
        isConflicting in interface org.eclipse.core.runtime.jobs.ISchedulingRule