|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.common.notify.impl.BasicNotifierImpl org.eclipse.emf.common.notify.impl.NotifierImpl org.eclipse.emf.ecore.resource.impl.ResourceSetImpl org.eclipse.emf.cdo.common.model.EMFUtil.ExtResourceSet
An extension of ResourceSetImpl
that allows demandLoading of resources and delegation of resource lookups,
to be switched on/off as desired.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl |
---|
ResourceSetImpl.MappedResourceLocator, ResourceSetImpl.ResourceLocator, ResourceSetImpl.ResourcesEList<E extends Object & Resource> |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Field Summary |
---|
Fields inherited from class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl |
---|
adapterFactories, loadOptions, packageRegistry, resourceFactoryRegistry, resourceLocator, resources, uriConverter, uriResourceMap |
Fields inherited from class org.eclipse.emf.common.notify.impl.NotifierImpl |
---|
eAdapters, EDELIVER, eFlags, ELAST_NOTIFIER_FLAG |
Fields inherited from interface org.eclipse.emf.ecore.resource.ResourceSet |
---|
RESOURCE_SET__RESOURCES |
Method Summary | |
---|---|
protected Resource |
delegatedGetResource(URI uri,
boolean loadOnDemand)
|
protected void |
demandLoad(Resource resource)
|
boolean |
isDelegating()
|
boolean |
isDemandLoading()
|
void |
setDelegating(boolean delegating)
|
void |
setDemandLoading(boolean demandLoading)
|
Methods inherited from class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl |
---|
createResource, createResource, demandCreateResource, demandLoadHelper, getAdapterFactories, getAllContents, getEObject, getLoadOptions, getPackageRegistry, getResource, getResourceFactoryRegistry, getResources, getURIConverter, getURIResourceMap, handleDemandLoadException, setPackageRegistry, setResourceFactoryRegistry, setURIConverter, setURIResourceMap, toString |
Methods inherited from class org.eclipse.emf.common.notify.impl.NotifierImpl |
---|
eAdapters, eBasicAdapters, eDeliver, eSetDeliver |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
public boolean isDelegating()
public void setDelegating(boolean delegating)
public boolean isDemandLoading()
public void setDemandLoading(boolean demandLoading)
protected void demandLoad(Resource resource) throws IOException
demandLoad
in class ResourceSetImpl
IOException
protected Resource delegatedGetResource(URI uri, boolean loadOnDemand)
delegatedGetResource
in class ResourceSetImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |