process(IExtension extension, IConfigurationElement element) This method is called by ExtensionPointUtil.process(String, ExtensionPointProcessor).
Method Detail
process
public void process(IExtension extension, IConfigurationElement element) throws Exception(Code)
This method is called by ExtensionPointUtil.process(String, ExtensionPointProcessor). This is
a callback method for the ExtensionPointUtil class.
See Also:net.refractions.udig.core.internal.ExtensionPointUtil.process(PluginStringExtensionPointProcessor) Parameters: extension - An extension that extends the Extension point id specified in theExtensionPointUtil.process() call. Parameters: element - One of the configuration element of the extension. The process method iscalled once for each configuration element throws: Exception - Exception will be reported to user in the workbench log