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 TypeMethodDescriptionThe extension point name, the name of an IFCPlugin contained in the plugin JAR.fileKey()The file key, i.e. thePlugin-File-Keyentry from the plugin JAR's manifest.The plugin key, i.e. thePlugin-Keyentry 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. thePlugin-File-Keyentry 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. thePlugin-Keyentry from the plugin JAR's manifest.- Returns:
- The plugin key that identifies the plugin.
-