public static interface IExternalContentSupport.IExternalContentProvider
| Modifier and Type | Method and Description |
|---|---|
IExternalContentSupport.IExternalContentProvider |
getActualContentProvider()
Some use cases may require the latest and most up to date content - mostly in a secured, transactional
context such as a rename refactoring.
|
java.lang.String |
getContent(org.eclipse.emf.common.util.URI uri)
Get the content that will shadow the persistent state.
|
boolean |
hasContent(org.eclipse.emf.common.util.URI uri) |
java.lang.String getContent(org.eclipse.emf.common.util.URI uri)
boolean hasContent(org.eclipse.emf.common.util.URI uri)
true if and only if external content should be used instead of the persistent one.IExternalContentSupport.IExternalContentProvider getActualContentProvider()