We have an extension point which specifies class name as one of its attribute. We need to obtain the class instance from the provided class name String.
So far we only find IConfigurationElement#createExecutableExtension, but this one creates object instance instead of class instance. Actually we need something like Bundle#loadClass, but how to get reference to Bundle from IExtensionRegistry ?