public final class ResolutionUtil extends Object
Modifier and Type | Method and Description |
---|---|
static org.eclipse.core.resources.IFile |
getFileAt(URI uri)
Returns the IFile located at the given URI.
|
static CrossReferenceResolutionScope |
getResolutionScope()
Tells this resolver how much of the dependency graph should be created at once.
|
static boolean |
isInterruptedOrCanceled(org.eclipse.core.runtime.IProgressMonitor monitor)
Checks if the current thread is interrupted or if the given monitor has been canceled.
|
public static CrossReferenceResolutionScope getResolutionScope()
public static boolean isInterruptedOrCanceled(org.eclipse.core.runtime.IProgressMonitor monitor)
monitor
- the monitor to checkpublic static org.eclipse.core.resources.IFile getFileAt(URI uri)
uri
- URI we need the file for.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.