org.eclipse.mylar.internal.resources
Class ResourceInterestUpdater
java.lang.Object
org.eclipse.mylar.internal.resources.ResourceInterestUpdater
public class ResourceInterestUpdater
- extends java.lang.Object
- Author:
- Mik Kersten
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 |
SOURCE_ID
public static final java.lang.String SOURCE_ID
- See Also:
- Constant Field Values
syncExec
private boolean syncExec
ResourceInterestUpdater
public ResourceInterestUpdater()
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.