com.bolour.sample.eclipse.demo
Class ProcessExtensions

java.lang.Object
  |
  +--com.bolour.sample.eclipse.demo.ProcessExtensions

public class ProcessExtensions
extends java.lang.Object

Generic extension-processing class: for looping over all members of all extensions of an extension-point, and calling a processing function on each.

Author:
Azad

Constructor Summary
ProcessExtensions()
           
 
Method Summary
static void process(java.lang.String xpid, IProcessMember processor)
          Loop over all members of all extensions of an extension-point.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessExtensions

public ProcessExtensions()
Method Detail

process

public static void process(java.lang.String xpid,
                           IProcessMember processor)
Loop over all members of all extensions of an extension-point.
Parameters:
xpid - The fully-qualified name of the extension-point.
processor - An object to call back on with each member of the extension-point.