| [news.eclipse.technology] Re: get plugin-id |
from which API i can get the plugin ID or plugin name. Thanks Prasad
I think you can use "public final Bundle getBundle()" method of Plugin class, Then use the "public String getSymbolicName()" of Bundle interface.