Class PlannerResourceContentImporter

All Implemented Interfaces:
IResourceContentImporter

public final class PlannerResourceContentImporter extends StandardBmObjectImporter
IResourceContentImporter implementation for planner resource
  • Constructor Details

  • Method Details

    • supports

      public boolean supports(org.eclipse.core.runtime.IPath path)
      Description copied from interface: IResourceContentImporter
      Checks if this importer supports the specified resource.
      Parameters:
      path - The path to the resource to check. May not be null.
      Returns:
      true if the resource is supported, false otherwise.
    • getLoadOptions

      public Map<Object,Object> getLoadOptions(org.eclipse.emf.ecore.resource.Resource resource)
      Description copied from class: StandardBmObjectImporter
      Subclasses override this method to provide custom resource load options. The default implementation always returns null.
      Overrides:
      getLoadOptions in class StandardBmObjectImporter
      Parameters:
      resource - The resource to provide load options for. May not be null.
      Returns:
      the load options. May be null.