public static class CachedResourceSet.Cache extends Object
Modifier and Type | Class and Description |
---|---|
class |
CachedResourceSet.Cache.CacheItem |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<CachedResourceSet.Cache.CacheItem> |
items |
Constructor and Description |
---|
CachedResourceSet.Cache() |
Modifier and Type | Method and Description |
---|---|
void |
cacheResource(org.eclipse.emf.common.util.URI uri,
org.eclipse.emf.ecore.resource.Resource resource) |
org.eclipse.emf.ecore.resource.Resource |
checkoutResource(org.eclipse.emf.common.util.URI uri) |
void |
clear() |
ArrayList<CachedResourceSet.Cache.CacheItem> |
getItems() |
boolean |
isCached(org.eclipse.emf.common.util.URI uri) |
void |
returnResource(org.eclipse.emf.ecore.resource.Resource resource) |
int |
size() |
protected ArrayList<CachedResourceSet.Cache.CacheItem> items
public void cacheResource(org.eclipse.emf.common.util.URI uri, org.eclipse.emf.ecore.resource.Resource resource)
public boolean isCached(org.eclipse.emf.common.util.URI uri)
public org.eclipse.emf.ecore.resource.Resource checkoutResource(org.eclipse.emf.common.util.URI uri)
public void returnResource(org.eclipse.emf.ecore.resource.Resource resource)
public void clear()
public int size()
public ArrayList<CachedResourceSet.Cache.CacheItem> getItems()
Copyright © 2016. All rights reserved.