net.sourceforge.nrl.parser.model.loader
Class ConfigurableModelLoader

java.lang.Object
  extended by net.sourceforge.nrl.parser.model.loader.AbstractModelLoader
      extended by net.sourceforge.nrl.parser.model.loader.StandaloneModelLoader
          extended by net.sourceforge.nrl.parser.model.loader.ConfigurableModelLoader
All Implemented Interfaces:
IModelLoader

public class ConfigurableModelLoader
extends StandaloneModelLoader

An extension of StandaloneModelLoader which allows custom resources to be loaded.


Field Summary
 
Fields inherited from class net.sourceforge.nrl.parser.model.loader.StandaloneModelLoader
PERMITTED_URI_SCHEMES
 
Fields inherited from class net.sourceforge.nrl.parser.model.loader.AbstractModelLoader
PERMITTED_MODEL_FILE_EXTENSIONS
 
Constructor Summary
ConfigurableModelLoader()
           
ConfigurableModelLoader(ClassLoader loader)
           
 
Method Summary
 void addResourceMapEntry(org.eclipse.emf.common.util.URI key, org.eclipse.emf.common.util.URI value)
          Adds a URI map entry to the EMF resource URI map.
 
Methods inherited from class net.sourceforge.nrl.parser.model.loader.StandaloneModelLoader
createUMLResource, createXSDResource, getCustomURIMap, loadModel, validateBaseURI, validateModelURI
 
Methods inherited from class net.sourceforge.nrl.parser.model.loader.AbstractModelLoader
loadModel, loadModel, loadModel, loadModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurableModelLoader

public ConfigurableModelLoader()

ConfigurableModelLoader

public ConfigurableModelLoader(ClassLoader loader)
Method Detail

addResourceMapEntry

public void addResourceMapEntry(org.eclipse.emf.common.util.URI key,
                                org.eclipse.emf.common.util.URI value)
Adds a URI map entry to the EMF resource URI map.



Copyright © 2006-2013. All Rights Reserved.