org.eclipse.mylar.internal.resources
Class ResourceInterestUpdater

java.lang.Object
  extended by org.eclipse.mylar.internal.resources.ResourceInterestUpdater

public class ResourceInterestUpdater
extends java.lang.Object

Author:
Mik Kersten

Field Summary
static java.lang.String SOURCE_ID
           
private  boolean syncExec
           
 
Constructor Summary
ResourceInterestUpdater()
           
 
Method Summary
private  boolean acceptResource(org.eclipse.core.resources.IResource resource)
           
 void addResourceToContext(java.util.Set<org.eclipse.core.resources.IResource> resources, org.eclipse.mylar.context.core.InteractionEvent.Kind interactionKind)
           
private  void internalAddResourceToContext(java.util.Set<org.eclipse.core.resources.IResource> resources, org.eclipse.mylar.context.core.InteractionEvent.Kind interactionKind)
           
 void setSyncExec(boolean syncExec)
          For testing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE_ID

public static final java.lang.String SOURCE_ID
See Also:
Constant Field Values

syncExec

private boolean syncExec
Constructor Detail

ResourceInterestUpdater

public ResourceInterestUpdater()
Method Detail

addResourceToContext

public void addResourceToContext(java.util.Set<org.eclipse.core.resources.IResource> resources,
                                 org.eclipse.mylar.context.core.InteractionEvent.Kind interactionKind)

internalAddResourceToContext

private void internalAddResourceToContext(java.util.Set<org.eclipse.core.resources.IResource> resources,
                                          org.eclipse.mylar.context.core.InteractionEvent.Kind interactionKind)

acceptResource

private boolean acceptResource(org.eclipse.core.resources.IResource resource)

setSyncExec

public void setSyncExec(boolean syncExec)
For testing.