public abstract class ConfiguredTaurusSystem extends AbstractTaurusSystem
Can be sub-classed by clients.
ID_PREFIX| Constructor and Description |
|---|
ConfiguredTaurusSystem(ISystemImage pImg,
TaurusSystemPersistableProxy pSystemEntry)
Creates a new abstract AWM system and registers it in the
TaurusSystemDirectory. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITaurusApplication> |
getApplications(org.eclipse.core.runtime.IProgressMonitor pMonitor)
Gets all AWM applications provided by the system.
|
delete, 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, waitgetProviderID, refreshaddChildResource, addPropertyValue, addResourceChild, getAllPropertyValues, getChildrenResources, getID, getName, getParentResource, getPropertyValue, getPropertyValueFromHierarchy, getResourceChildren, removeResourceChild, setName, setPropertyValuespublic ConfiguredTaurusSystem(ISystemImage pImg, TaurusSystemPersistableProxy pSystemEntry) throws TaurusCoreException
TaurusSystemDirectory.pImg - the system image for the TAURUS system.pSystemEntry - a parsed master configuration system entryTaurusCoreException - if the system already exists or cannot be added to the
TaurusSystemDirectory.TaurusSystemDirectory.addSystem(ITaurusSystem, boolean),
MasterConfigurationParserpublic java.util.List<ITaurusApplication> getApplications(org.eclipse.core.runtime.IProgressMonitor pMonitor) throws TaurusCoreException
ITaurusSystempMonitor - a progress monitorITaurusApplicationsTaurusCoreException - if applications for the system cannot be retrievedCopyright © 2015 Micro Focus GmbH. All rights reserved.