org.eclipse.gmt.umlx.registry.plugin
Class ModelContentRegistryReader

java.lang.Object
  extended by org.eclipse.emf.ecore.plugin.RegistryReader
      extended by org.eclipse.gmt.umlx.registry.plugin.ModelContentRegistryReader

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

A plugin extension reader that populates the private maps of xml/text content to resource factory.


Nested Class Summary
static class ModelContentRegistryReader.ModelContentAnalyserDelegate
           
static class ModelContentRegistryReader.ResourceFactoryDelegate
           
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.plugin.RegistryReader
org.eclipse.emf.ecore.plugin.RegistryReader.PluginClassDescriptor
 
Constructor Summary
ModelContentRegistryReader()
           
 
Method Summary
static java.util.Collection<ModelContentRegistryReader.ModelContentAnalyserDelegate> getTextContentAnalysers()
           
static org.eclipse.emf.ecore.resource.Resource.Factory getXMLContent(java.lang.String uri)
           
 
Methods inherited from class org.eclipse.emf.ecore.plugin.RegistryReader
readRegistry
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelContentRegistryReader

public ModelContentRegistryReader()
Method Detail

getTextContentAnalysers

public static java.util.Collection<ModelContentRegistryReader.ModelContentAnalyserDelegate> getTextContentAnalysers()

getXMLContent

public static org.eclipse.emf.ecore.resource.Resource.Factory getXMLContent(java.lang.String uri)