Class GoPluginIdentifier


  • public class GoPluginIdentifier
    extends java.lang.Object
    Provides details about supported extension point and its version by a plugin
    • Constructor Summary

      Constructors 
      Constructor Description
      GoPluginIdentifier​(java.lang.String extension, java.util.List<java.lang.String> supportedExtensionVersions)
      Constructs GoPluginIdentifier with extension and list of supported extension versions
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExtension()
      Gets extension name
      java.util.List<java.lang.String> getSupportedExtensionVersions()
      Gets list of supported extension versions
      • Methods inherited from class java.lang.Object

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

      • GoPluginIdentifier

        public GoPluginIdentifier​(java.lang.String extension,
                                  java.util.List<java.lang.String> supportedExtensionVersions)
        Constructs GoPluginIdentifier with extension and list of supported extension versions
        Parameters:
        extension - Name of extension
        supportedExtensionVersions - List of supported extension versions
    • Method Detail

      • getExtension

        public java.lang.String getExtension()
        Gets extension name
        Returns:
        Extension name
      • getSupportedExtensionVersions

        public java.util.List<java.lang.String> getSupportedExtensionVersions()
        Gets list of supported extension versions
        Returns:
        List of supported extension versions