public class SimpleLinuxHost extends java.lang.Object implements DeployedSystem
| Constructor and Description |
|---|
SimpleLinuxHost() |
| 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.)
|
void |
setDeploymentData(DeploymentData deploymentData) |
void |
setDistribution(Distribution distribution) |
void |
setTargetData(TargetData targetData) |
public java.lang.String getDeployedSystemId()
DeployedSystemgetDeployedSystemId in interface DeployedSystempublic DeploymentData getDeploymentData()
DeployedSystemgetDeploymentData in interface DeployedSystempublic void setDeploymentData(DeploymentData deploymentData)
public Distribution getDistribution()
DeployedSystemgetDistribution in interface DeployedSystempublic void setDistribution(Distribution distribution)
public TargetData getTargetData()
DeployedSystemgetTargetData in interface DeployedSystempublic void setTargetData(TargetData targetData)
Copyright © 2007–2020. All rights reserved.