public class VBoxMachine extends java.lang.Object implements DeployedSystem, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
VBoxMachine() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
java.lang.String |
getDeployedSystemId()
Unique ID for this system instance.
|
DeploymentData |
getDeploymentData()
Data required to initialize the instance (e.g.
|
Distribution |
getDistribution()
Underlying packages
|
java.lang.String |
getName() |
TargetData |
getTargetData()
Resources required by the system (ports, disk location, etc.)
|
void |
setBeanName(java.lang.String beanName) |
void |
setDeployedSystemId(java.lang.String deployedSystemId) |
void |
setName(java.lang.String name) |
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 DeployedSystempublic java.lang.String getName()
public void setName(java.lang.String name)
public void setDeployedSystemId(java.lang.String deployedSystemId)
public void setBeanName(java.lang.String beanName)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.ExceptionCopyright © 2007–2020. All rights reserved.