Class PluginExtensionPointId

java.lang.Object
de.xima.fc.plugin.PluginExtensionPointId
All Implemented Interfaces:
Serializable

public final class PluginExtensionPointId extends Object implements Serializable
The ID of a particular plugin extension point contained in a plugin JAR, consisting of the plugin's ID and the name of the IFCPlugin.
Since:
8.5.0
See Also:
  • Constructor Details

    • PluginExtensionPointId

      public PluginExtensionPointId(PluginId pluginId, String extensionPointName)
  • Method Details

    • extensionPointName

      public String extensionPointName()
      The name of the plugin extension point, i.e. IFCPlugin.getName().
      Returns:
      The name of the plugin extension.
    • pluginId

      public PluginId pluginId()
      The ID of the plugin containing the plugin extension.
      Returns:
      The ID of the plugin containing the extension point.