getPlugin method
Implementation
IPluginBase getPlugin(IStatus status) {
final res = _getPlugin(self, status.self);
status.checkStatus();
return IPluginBase(res);
}
IPluginBase getPlugin(IStatus status) {
final res = _getPlugin(self, status.self);
status.checkStatus();
return IPluginBase(res);
}