org.eclipse.ocl.examples.pivot.library
Class StandardLibraryRegistryReader

java.lang.Object
  extended by org.eclipse.emf.ecore.plugin.RegistryReader
      extended by org.eclipse.ocl.examples.pivot.library.StandardLibraryRegistryReader

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

A plugin extension reader that populates the global resource factory's protocol map. Clients are not expected to use this class directly.


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
StandardLibraryRegistryReader()
           
 
Method Summary
protected  boolean readElement(org.eclipse.core.runtime.IConfigurationElement element, boolean add)
           
 
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

StandardLibraryRegistryReader

public StandardLibraryRegistryReader()
Method Detail

readElement

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