[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology] Re: get plugin-id

Prasad wrote:
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.