Interface IResourceLoader
- 
 public interface IResourceLoaderResource loader.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload(org.eclipse.emf.ecore.resource.Resource resource, Map<?,?> options)Loads resource contents.
 
- 
- 
- 
Field Detail- 
SLstatic final String SL - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
loadvoid load(org.eclipse.emf.ecore.resource.Resource resource, Map<?,?> options)Loads resource contents.- Parameters:
- resource-- Resourceto be loaded. Can't be null.
- options- load options. May be- null.
 
 
- 
 
-