com.intellij.openapi.extensions
Interface PluginAware
- All Known Implementing Classes:
- EPAvailabilityListenerExtension, ErrorReportSubmitter, JUnitPatcher
public interface PluginAware
Extensions should implement this interface when it is important to find out what particular plugin has provided this extension.
setPluginDescriptor
void setPluginDescriptor(PluginDescriptor pluginDescriptor)
- Called by extensions framework when extension is loaded from plugin.xml descriptor.
- Parameters:
pluginDescriptor - descriptor of the plugin that provided this particular extension.