public class HttpdServer extends java.lang.Object implements WebServer
| Constructor and Description |
|---|
HttpdServer() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getBaseUrl() |
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 |
setTargetData(TargetData targetData) |
public java.net.URL getBaseUrl()
getBaseUrl in interface WebServerpublic java.lang.String getDeployedSystemId()
DeployedSystemgetDeployedSystemId in interface DeployedSystempublic Distribution getDistribution()
DeployedSystemgetDistribution in interface DeployedSystempublic DeploymentData getDeploymentData()
DeployedSystemgetDeploymentData in interface DeployedSystempublic TargetData getTargetData()
DeployedSystemgetTargetData in interface DeployedSystempublic void setTargetData(TargetData targetData)
public void setDeploymentData(DeploymentData deploymentData)
Copyright © 2007–2020. All rights reserved.