public final class WorkspaceSnapshot
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
EXPERIMENTAL_INDEX_OUTPUT_FOLDERS
Enable this to index the content of output folders, in cases where that content exists and is up-to-date.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IPath> |
allLocations() |
static WorkspaceSnapshot |
create(IWorkspaceRoot root,
IProgressMonitor monitor) |
java.util.List<IJavaElement> |
get(IPath next) |
java.util.Map<IPath,java.util.List<IJavaElement>> |
getAllIndexables() |
public static boolean EXPERIMENTAL_INDEX_OUTPUT_FOLDERS
public java.util.Map<IPath,java.util.List<IJavaElement>> getAllIndexables()
public java.util.Set<IPath> allLocations()
public java.util.List<IJavaElement> get(IPath next)
public static WorkspaceSnapshot create(IWorkspaceRoot root, IProgressMonitor monitor) throws CoreException
CoreException