public interface ITaurusConfigLoader
Not intended to be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
void |
addObserver(java.util.Observer pObserver)
Add the given observer to this class; the observer is notified when a new
configuration file is loaded.
|
void |
deleteObserver(java.util.Observer pObserver)
Delete the given observer for this class.
|
TAURUSConfiguration |
getTaurusConfiguration()
Gets the last loaded AWM model.
|
TAURUSConfiguration |
loadConfiguration(org.eclipse.emf.common.util.URI pXMLModel,
org.eclipse.core.runtime.IProgressMonitor pMon)
Loads the configuration file.
|
TAURUSConfiguration getTaurusConfiguration()
TAURUSConfiguration loadConfiguration(org.eclipse.emf.common.util.URI pXMLModel, org.eclipse.core.runtime.IProgressMonitor pMon) throws TaurusCoreException
pXMLModel - the URI to an AWM XML modelpMon - a progress monitorTaurusCoreException - void addObserver(java.util.Observer pObserver)
pObserver - observervoid deleteObserver(java.util.Observer pObserver)
pObserver - observerCopyright © 2015 Micro Focus GmbH. All rights reserved.