public class DefaultConfigurationSystem extends LocalTaurusSystem
ID_PREFIX| Constructor and Description |
|---|
DefaultConfigurationSystem(TaurusSystemPersistableProxy pSystemPersistableProxy)
Creates a new
DefaultConfigurationSystem from a persistable
proxy. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProviderID()
Gets the ID of the
ISystemProvider for the AWM system. |
void |
refresh(org.eclipse.core.runtime.IProgressMonitor pMonitor)
Refreshes the system and all its applications.
|
getLocalSystemImage, getRemoteSystemImage, setRemoteSystemImagegetApplicationsdelete, equals, getCustomAttribute, getCustomAttributes, getSystemImage, hashCodeaddChildResource, addPropertyValue, addResourceChild, getAllPropertyValues, getChildrenResources, getID, getName, getParentResource, getPropertyValue, getPropertyValueFromHierarchy, getResourceChildren, getValueOfLinkedProperty, removeProperty, removeResourceChild, setName, setPropertyValuesgetClass, notify, notifyAll, toString, wait, wait, waitaddChildResource, addPropertyValue, addResourceChild, getAllPropertyValues, getChildrenResources, getID, getName, getParentResource, getPropertyValue, getPropertyValueFromHierarchy, getResourceChildren, removeResourceChild, setName, setPropertyValuespublic DefaultConfigurationSystem(TaurusSystemPersistableProxy pSystemPersistableProxy) throws TaurusCoreException
DefaultConfigurationSystem from a persistable
proxy.pSystemPersistableProxy - the persistable proxyTaurusCoreException - if creating the system fails (e.g. a system with the same
unique name already exists)public void refresh(org.eclipse.core.runtime.IProgressMonitor pMonitor)
throws TaurusCoreException
ITaurusSystemrefresh in interface ITaurusSystemrefresh in class LocalTaurusSystempMonitor - a progress monitorTaurusCoreException - if refreshing the system fails for any reasonpublic java.lang.String getProviderID()
ITaurusSystemISystemProvider for the AWM system. Can return
null if the system does not have a system provider.getProviderID in interface ITaurusSystemgetProviderID in class LocalTaurusSystemnullTaurusExtensionPointUtility.getTaurusSystemProviders()Copyright © 2015 Micro Focus GmbH. All rights reserved.