Package org.eclipse.xtext.builder.resourceloader

Interface Summary
IResourceLoader  
IResourceLoader.LoadOperation The Interface LoadOperation.
IResourceLoader.Sorter  
 

Class Summary
AbstractResourceLoader  
IResourceLoader.LoadResult Represents a resource with its associated URI, which was used to load or look up the resource from its ResourceSet Note, that the URI returned from IResourceLoader.LoadResult.getUri() must not neccessarily be equals to what'S returned by IResourceLoader.LoadResult.getResource().getURI().
IResourceLoader.Sorter.NoSorting  
ParallelResourceLoader Loads resources in one more separate threads.
ResourceLoaderProviders  
ResourceLoaderProviders.AbstractResourceLoaderProvider  
SerialResourceLoader Loads resources in sequentially in the same thread as it was invoked.
 

Exception Summary
IResourceLoader.LoadOperationException The Class LoadOperationException.