public static class ResourceStorage.ResourceMap
extends java.lang.Object
Constructor and Description |
---|
ResourceStorage.ResourceMap() |
Modifier and Type | Method and Description |
---|---|
java.util.UUID |
cacheGet(IFile iFile) |
void |
cachePut(IFile iFile,
java.util.UUID uuid) |
void |
cacheRemove(IFile iFile) |
void |
cacheReplace(IFile oldFile,
IFile newFile,
java.util.UUID uuid) |
IFile |
getResource(java.util.UUID uuid) |
boolean |
inCache(IResource resource) |
void |
updatePath(IPath oldParentLocation,
IPath newParentLocation) |
public void cacheRemove(IFile iFile)
public boolean inCache(IResource resource)
public void cachePut(IFile iFile, java.util.UUID uuid)
public java.util.UUID cacheGet(IFile iFile)
public void cacheReplace(IFile oldFile, IFile newFile, java.util.UUID uuid)
public void updatePath(IPath oldParentLocation, IPath newParentLocation)
public IFile getResource(java.util.UUID uuid)