Class PluginId
java.lang.Object
de.xima.fc.plugin.PluginId
- All Implemented Interfaces:
Serializable
The ID of a plugin, consisting of the plugin JAR's key and an optional file key. The file key is used only when the
plugin consists of multiple JAR files.
- Since:
- 8.5.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PluginId
-
-
Method Details
-
equals
-
fileKey
Gets the file key, or empty when the plugin consists of a single JAR file.- Returns:
- The file key.
-
hashCode
-
pluginKey
Gets the plugin key. Usually the plugin key is set within the JAR's manifest.- Returns:
- The plugin key.
-