net.sourceforge.nrl.parser.model.loader
Class ConfigurableModelLoader
java.lang.Object
net.sourceforge.nrl.parser.model.loader.AbstractModelLoader
net.sourceforge.nrl.parser.model.loader.StandaloneModelLoader
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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurableModelLoader
public ConfigurableModelLoader()
ConfigurableModelLoader
public ConfigurableModelLoader(ClassLoader loader)
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.