Class GraphicalSchemeBmContentImporter

All Implemented Interfaces:
IResourceContentImporter

public final class GraphicalSchemeBmContentImporter extends StandardBmObjectImporter
IResourceContentImporter implementation for graphical scheme (bp scheme).
  • 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.
    • resolveExternalReferencesDuringImport

      protected boolean resolveExternalReferencesDuringImport()
      Description copied from class: StandardBmObjectImporter
      Subclasses override this method to configure external reference resolving during the import of original XML document.
      Overrides:
      resolveExternalReferencesDuringImport in class StandardBmObjectImporter
      Returns:
      true if the external refererences need to be resolved during the import, false otherwise.