Interface IPromptServicePluginId


public interface IPromptServicePluginId
The ID of a plugin that provides a prompt service, used by IPromptServiceHandlerRegistry.
Since:
8.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    The extension point name, the name of an IFCPlugin contained in the plugin JAR.
    The file key, i.e. the Plugin-File-Key entry from the plugin JAR's manifest.
    The plugin key, i.e. the Plugin-Key entry from the plugin JAR's manifest.
  • Method Details

    • extensionPointName

      String extensionPointName()
      The extension point name, the name of an IFCPlugin contained in the plugin JAR.
      Returns:
      The name of the extension point that provides the prompt service.
    • fileKey

      String fileKey()
      The file key, i.e. the Plugin-File-Key entry from the plugin JAR's manifest.
      Returns:
      The file key that identifies the JAR file of the plugin.
    • pluginKey

      String pluginKey()
      The plugin key, i.e. the Plugin-Key entry from the plugin JAR's manifest.
      Returns:
      The plugin key that identifies the plugin.