Interface PluginElement<T extends PluginElement<T>>

    • Method Detail

      • getDeclaringPluginDescriptor

        PluginDescriptor getDeclaringPluginDescriptor()
        Returns plug-in descriptor, this element belongs to. This method should never return null.
        Returns:
        plug-in descriptor, this element belongs to
      • getDeclaringPluginFragment

        PluginFragment getDeclaringPluginFragment()
        Returns descriptor of plug-in fragment that contributes this element. This method may return null, if element is contributed by plug-in directly.
        Returns:
        descriptor of plug-in fragment that contributes this element