Class CaiResourceContentImporter

    • Method Detail

      • getOrder

        public int getOrder()
        Description copied from interface: IResourceContentImporter
        Gets importer order. The lower the order value is, the earlier tasks created by this importer must be processed. The value of Integer.MAX_VALUE means that the tasks created by this importer should be processed when requested explicitly by the user.
        Returns:
        the order value.
        See Also:
        IBmModelManager#forceImport(IDtProject, String)
      • 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.