com.ibm.lab.soln.extensionpoint
Class ExtensionProcessor

java.lang.Object
  |
  +--com.ibm.lab.soln.extensionpoint.ExtensionProcessor

public class ExtensionProcessor
extends java.lang.Object

Processes the subtags of the com.ibm.lab.soln.extensionpoint.toolAction extension point.

See the plugin.xml for example usage.


Constructor Summary
ExtensionProcessor()
           
 
Method Summary
protected  java.util.List getToolActionsParameters()
          Returns the ToolActionParameters representing the extensions to the com.ibm.lab.soln.extensionpoint.toolAction extension point.
 void load()
          Process extensions to the com.ibm.lab.soln.extensionpoint extension point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionProcessor

public ExtensionProcessor()
Method Detail

getToolActionsParameters

protected java.util.List getToolActionsParameters()
Returns the ToolActionParameters representing the extensions to the com.ibm.lab.soln.extensionpoint.toolAction extension point.

Returns:
list of ToolActionParameters.
See Also:
ToolActionParameters

load

public void load()
Process extensions to the com.ibm.lab.soln.extensionpoint extension point.

See Also:
IExtension, IConfigurationElement