Interface BmContentImportSupport.ILoadOptionsProvider

  • Enclosing class:
    BmContentImportSupport

    protected static interface BmContentImportSupport.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.