|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface IResourceLoader.LoadOperation
The Interface LoadOperation.
| Method Summary | |
|---|---|
java.util.Collection<org.eclipse.emf.common.util.URI> |
cancel()
Cancel loading the resources. |
boolean |
hasNext()
Checks if the ResourceLoader is still processing resources. |
void |
load(java.util.Collection<org.eclipse.emf.common.util.URI> uris)
Load the resources. |
IResourceLoader.LoadResult |
next()
Get the next IResourceLoader.LoadResult. |
| Method Detail |
|---|
void load(java.util.Collection<org.eclipse.emf.common.util.URI> uris)
uris - the uris
java.lang.IllegalStateException - If the loading was already started or it was cancelledboolean hasNext()
java.lang.IllegalStateException - If the loading was cancelled or it hasn't started yet.
IResourceLoader.LoadResult next()
throws IResourceLoader.LoadOperationException
IResourceLoader.LoadResult.
This is a blocking call, it returns the next result that was finished processing.
java.lang.IllegalStateException - If the loading was cancelled or it hasn't started yet.
IResourceLoader.LoadOperationException - the load operation exceptionjava.util.Collection<org.eclipse.emf.common.util.URI> cancel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||