org.eclipse.ocl.examples.modelregistry.eclipse
Class NamespaceRegistryReader

java.lang.Object
  extended by org.eclipse.emf.ecore.plugin.RegistryReader
      extended by org.eclipse.ocl.examples.modelregistry.eclipse.NamespaceRegistryReader

public class NamespaceRegistryReader
extends org.eclipse.emf.ecore.plugin.RegistryReader

A plugin extension reader that populates the NamespaceRegistry.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.plugin.RegistryReader
org.eclipse.emf.ecore.plugin.RegistryReader.PluginClassDescriptor
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.plugin.RegistryReader
pluginRegistry, TAG_DESCRIPTION
 
Constructor Summary
NamespaceRegistryReader(NamespaceRegistry namespaceRegistry)
           
 
Method Summary
protected  boolean readElement(org.eclipse.core.runtime.IConfigurationElement element)
           
 
Methods inherited from class org.eclipse.emf.ecore.plugin.RegistryReader
logError, logMissingAttribute, readElement, readRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceRegistryReader

public NamespaceRegistryReader(NamespaceRegistry namespaceRegistry)
Method Detail

readElement

protected boolean readElement(org.eclipse.core.runtime.IConfigurationElement element)
Overrides:
readElement in class org.eclipse.emf.ecore.plugin.RegistryReader