Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] extension point parameter element

Hello,

I am looking for quite some time for an answer to my question so maybe you can help me.

In the extension point definition for the "org.eclipse.core.runtime.applications" extension point there can "parameter" elements (key/value pairs) be added to the "run" element. I would like to utilize these parameters. Is there an easy way to access them?

They don't seem to be accessible from the Map I get from IApplicationContext.getArguments().

Kindest regards


Andre


Back to the top