org.eclipse.ocl.examples.modelregistry.eclipse
Class ModelSerializationRegistryReader

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

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

A plugin extension reader that populates the ModelSerializationRegistry.


Nested Class Summary
static class ModelSerializationRegistryReader.BundleFactorySerialization
           
 
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
ModelSerializationRegistryReader(ModelSerializationRegistry modelSerializationRegistry)
           
 
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

ModelSerializationRegistryReader

public ModelSerializationRegistryReader(ModelSerializationRegistry modelSerializationRegistry)
Method Detail

readElement

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