Interface InternalPluginIdentifier
-
- All Superinterfaces:
InternalProtocolInterface
- All Known Subinterfaces:
InternalBinaryPluginIdentifier
,InternalScriptPluginIdentifier
public interface InternalPluginIdentifier extends InternalProtocolInterface
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.- Since:
- 5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDisplayName()
Returns the display name of this plugin.
-