org.pasoa.processor
Class PlugInRegistry
java.lang.Object
org.pasoa.processor.PlugInRegistry
- public class PlugInRegistry
- extends Object
A Registry of plugins. This registry
- Author:
- Paul Groth pg03r@ecs.soton.ac.uk
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlugInRegistry
public PlugInRegistry()
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