public final class CachedFileContentQueue
extends java.lang.Object
Constructor and Description |
---|
CachedFileContentQueue(Project project,
java.util.Collection<? extends VirtualFile> files,
ProgressIndicator indicator) |
Modifier and Type | Method and Description |
---|---|
void |
pushBack(CachedFileContent content) |
void |
release(CachedFileContent content) |
void |
startLoading() |
CachedFileContent |
take(ProgressIndicator indicator) |
public CachedFileContentQueue(Project project, java.util.Collection<? extends VirtualFile> files, ProgressIndicator indicator)
public void startLoading()
public CachedFileContent take(ProgressIndicator indicator) throws ProcessCanceledException
ProcessCanceledException
public void release(CachedFileContent content)
public void pushBack(CachedFileContent content)