public abstract class AbstractDeployedSystem extends java.lang.Object implements DeployedSystem
| Constructor and Description |
|---|
AbstractDeployedSystem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeployedSystemId()
Unique ID for this system instance.
|
DeploymentData |
getDeploymentData()
Data required to initialize the instance (e.g.
|
Distribution |
getDistribution()
Underlying packages
|
TargetData |
getTargetData()
Resources required by the system (ports, disk location, etc.)
|
public java.lang.String getDeployedSystemId()
DeployedSystemgetDeployedSystemId in interface DeployedSystempublic DeploymentData getDeploymentData()
DeployedSystemgetDeploymentData in interface DeployedSystempublic Distribution getDistribution()
DeployedSystemgetDistribution in interface DeployedSystempublic TargetData getTargetData()
DeployedSystemgetTargetData in interface DeployedSystemCopyright © 2007–2020. All rights reserved.