org.eclipse.emf.facet.util.core.internal.exported
Class AbstractRegistry

java.lang.Object
  extended by org.eclipse.emf.facet.util.core.internal.exported.AbstractRegistry

public abstract class AbstractRegistry
extends java.lang.Object

Provides common functionality for extension registries. Call initialize() in a sub-class to read the extension points. Implement handleRootElement(IConfigurationElement) to read the root configuration elements of each extension.

Since:
0.2

Constructor Summary
AbstractRegistry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRegistry

public AbstractRegistry()