Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] IExtensionRegistry.addContribution

I would like to call IExtensionRegistry.addContribution to add a contribution to the extension registry at runtime. The addContribution method takes an Object 'token' as its last parameter to check that the caller is permitted to make this call. How does a non-platform bundle get a hold of the appropriate user token?

Thanks,

Scott



Back to the top