Interface IResourceLoader


public interface IResourceLoader
Resource loader.
  • Field Summary

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

    Modifier and Type
    Method
    Description
    void
    load(org.eclipse.emf.ecore.resource.Resource resource, Map<?,?> options)
    Loads resource contents.
  • Field Details

  • Method Details

    • 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.