Class DefaultBinaryPluginIdentifier

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultBinaryPluginIdentifier​(java.lang.String displayName, java.lang.String className, java.lang.String pluginId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      Returns the fully-qualified class name of this plugin.
      java.lang.String getDisplayName()
      Returns a human-readable display name for this plugin.
      java.lang.String getPluginId()
      Returns the plugin id of this plugin, if available.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultBinaryPluginIdentifier

        public DefaultBinaryPluginIdentifier​(java.lang.String displayName,
                                             java.lang.String className,
                                             java.lang.String pluginId)