com.xebialabs.deployit.plugin.apache.httpd.step
Class CreateApacheHttpdVirtualHostStep
java.lang.Object
com.xebialabs.deployit.plugin.apache.httpd.step.AbstractApacheHttpdServerStep
com.xebialabs.deployit.plugin.apache.httpd.step.CreateApacheHttpdVirtualHostStep
- All Implemented Interfaces:
- com.xebialabs.deployit.Step, java.io.Serializable
public class CreateApacheHttpdVirtualHostStep
- extends AbstractApacheHttpdServerStep
Creates a file with a VirtualHost definition for Apache Httpd.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateApacheHttpdVirtualHostStep
public CreateApacheHttpdVirtualHostStep(ApacheHttpdServer apacheWebServer,
java.lang.String virtualHost,
java.util.Collection<?> context)
execute
public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
getApacheVirtualHostDefinition
protected ApacheVirtualHostDefinition getApacheVirtualHostDefinition()
getDeployedOnVhostDefinition
public java.lang.String getDeployedOnVhostDefinition()
setDeployedOnVhostDefinition
public void setDeployedOnVhostDefinition(java.lang.String deployedOnVhostDefinition)
getContext
public java.util.Collection<?> getContext()
Copyright © 2010. All Rights Reserved.