org.pasoa.processor
Class PlugInRegistry

java.lang.Object
  extended by org.pasoa.processor.PlugInRegistry

public class PlugInRegistry
extends Object

A Registry of plugins. This registry

Author:
Paul Groth pg03r@ecs.soton.ac.uk

Constructor Summary
PlugInRegistry()
           
 
Method Summary
 void deregisterPlugIn(String context)
           
 PlugIn lookup(String context)
           
 void registerPlugIn(String context, PlugIn plugIn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlugInRegistry

public PlugInRegistry()
Method Detail

registerPlugIn

public void registerPlugIn(String context,
                           PlugIn plugIn)
                    throws Exception
Throws:
Exception

deregisterPlugIn

public void deregisterPlugIn(String context)
                      throws Exception
Throws:
Exception

lookup

public PlugIn lookup(String context)
              throws Exception
Throws:
Exception