Class PluginExtensionPointId
java.lang.Object
de.xima.fc.plugin.PluginExtensionPointId
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the plugin extension point, i.e.pluginId()The ID of the plugin containing the plugin extension.
-
Constructor Details
-
PluginExtensionPointId
-
-
Method Details
-
extensionPointName
The name of the plugin extension point, i.e.IFCPlugin.getName().- Returns:
- The name of the plugin extension.
-
pluginId
The ID of the plugin containing the plugin extension.- Returns:
- The ID of the plugin containing the extension point.
-