org.eclipse.ocl.examples.common.plugin
Class LabelGeneratorRegistryReader

java.lang.Object
  extended by org.eclipse.emf.ecore.plugin.RegistryReader
      extended by org.eclipse.ocl.examples.common.plugin.LabelGeneratorRegistryReader

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

A plugin extension reader that populates the global label generator registry. 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
protected  ILabelGenerator.Registry registry
           
 
Fields inherited from class org.eclipse.emf.ecore.plugin.RegistryReader
pluginRegistry, TAG_DESCRIPTION
 
Constructor Summary
LabelGeneratorRegistryReader(ILabelGenerator.Registry registry)
           
 
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
 

Field Detail

registry

@NonNull
protected final ILabelGenerator.Registry registry
Constructor Detail

LabelGeneratorRegistryReader

public LabelGeneratorRegistryReader(@NonNull
                                    ILabelGenerator.Registry registry)
Method Detail

readElement

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