Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » get plugin-id
get plugin-id [message #65443] Wed, 25 August 2004 07:52 Go to next message
Eclipse UserFriend
Originally posted by: prasad_karmarkar.yahoo.com

from which API i can get the plugin ID or plugin name.
Thanks
Prasad
Re: get plugin-id [message #74823 is a reply to message #65443] Tue, 24 July 2007 11:00 Go to previous message
Eclipse UserFriend
Originally posted by: masif.progress.com

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.
Re: get plugin-id [message #601513 is a reply to message #65443] Tue, 24 July 2007 11:00 Go to previous message
Eclipse UserFriend
Originally posted by: masif.progress.com

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.
Previous Topic:plugin activator is invalid
Next Topic:contexts
Goto Forum:
  


Current Time: Thu Apr 25 15:28:36 GMT 2024

Powered by FUDForum. Page generated in 0.03805 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top