public class LocalTaurusSystemProxy extends java.lang.Object implements ITaurusSystemProxy
| Constructor and Description |
|---|
LocalTaurusSystemProxy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITaurusSystem> |
create(org.eclipse.core.runtime.IProgressMonitor pMon)
Creates one or several
ITaurusSystems from the stub. |
java.lang.String |
getDescription()
Gets a human readable description of the system stub, ideally containing
brief information about the contained AWM applications.
|
java.lang.String |
getName()
Gets the name of the AWM system stub.
|
static java.util.List<TaurusSystemPersistableProxy> |
readLocalMasterConfiguration()
Reads the local master configuration file, considering the
master configuration provider extension point. |
public java.lang.String getName()
ITaurusSystemProxygetName in interface ITaurusSystemProxypublic java.lang.String getDescription()
ITaurusSystemProxyExamples:
getDescription in interface ITaurusSystemProxypublic java.util.List<ITaurusSystem> create(org.eclipse.core.runtime.IProgressMonitor pMon) throws TaurusCoreException
ITaurusSystemProxyITaurusSystems from the stub. This can be
used for systems which need to be created by e.g. reading a master
configuration file from a remote system.
Simple ITaurusSystem implementations can simply implement this
interface and return this in a List.
create in interface ITaurusSystemProxypMon - a progress monitorITaurusSystemTaurusCoreException - if an exception occurs during AWM system creationpublic static java.util.List<TaurusSystemPersistableProxy> readLocalMasterConfiguration() throws TaurusCoreException
master configuration provider extension point.TaurusSystemPersistableProxysTaurusCoreException - if reading/parsing the master configuration file failsCopyright © 2015 Micro Focus GmbH. All rights reserved.