public class TaurusConfigLoader extends java.util.Observable implements ITaurusConfigLoader
ITaurusConfigLoader.| Modifier and Type | Class and Description |
|---|---|
static class |
TaurusConfigLoader.EModelLocation
Enumeration for possible model locations.
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_endReference
Closing symbol for model references
|
java.lang.String |
_startReference
Opening symbol for model references
|
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.core.resources.IFile |
getFileFromURI(org.eclipse.emf.common.util.URI pUri)
Gets any workspace file from the given URI.
|
static TaurusConfigLoader |
getInstance()
Gets the singleton instance.
|
TAURUSConfiguration |
getTaurusConfiguration()
Gets the last loaded AWM model.
|
TAURUSConfiguration |
loadConfiguration(org.eclipse.emf.common.util.URI pXMLModelUri,
org.eclipse.core.runtime.IProgressMonitor pMon)
Loads the configuration file.
|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObserversequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddObserver, deleteObserverpublic java.lang.String _startReference
public java.lang.String _endReference
public static TaurusConfigLoader getInstance()
public TAURUSConfiguration getTaurusConfiguration()
ITaurusConfigLoadergetTaurusConfiguration in interface ITaurusConfigLoaderpublic TAURUSConfiguration loadConfiguration(org.eclipse.emf.common.util.URI pXMLModelUri, org.eclipse.core.runtime.IProgressMonitor pMon) throws TaurusCoreException
ITaurusConfigLoaderloadConfiguration in interface ITaurusConfigLoaderpXMLModelUri - the URI to an AWM XML modelpMon - a progress monitorTaurusCoreException - public static org.eclipse.core.resources.IFile getFileFromURI(org.eclipse.emf.common.util.URI pUri)
pUri - the URICopyright © 2015 Micro Focus GmbH. All rights reserved.