Interface ResourceImportHelper.ILoadOptionsProvider

  • Enclosing class:
    ResourceImportHelper

    public static interface ResourceImportHelper.ILoadOptionsProvider
    Load options provider.
    • Method Detail

      • getLoadOptions

        Map<Object,​Object> getLoadOptions​(org.eclipse.emf.ecore.resource.Resource resource)
        Provides load options for the specified resource.
        Parameters:
        resource - The resource to provider load options for. May not be null.
        Returns:
        the load options. May be null.