Interface IResourceLoader


  • public interface IResourceLoader
    Resource loader.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String SL  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void load​(org.eclipse.emf.ecore.resource.Resource resource, Map<?,​?> options)
      Loads resource contents.
    • Method Detail

      • load

        void load​(org.eclipse.emf.ecore.resource.Resource resource,
                  Map<?,​?> options)
        Loads resource contents.
        Parameters:
        resource - Resource to be loaded. Can't be null.
        options - load options. May be null.