com.xebialabs.deployit.plugin.apache.httpd.step
Class CreateApacheHttpdVirtualHostStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.apache.httpd.step.AbstractApacheHttpdServerStep
      extended by 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

Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.apache.httpd.step.AbstractApacheHttpdServerStep
apacheHttpdServer, description
 
Constructor Summary
CreateApacheHttpdVirtualHostStep(ApacheHttpdServer apacheWebServer, java.lang.String virtualHost, java.util.Collection<?> context)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
protected  ApacheVirtualHostDefinition getApacheVirtualHostDefinition()
           
 java.util.Collection<?> getContext()
           
 java.lang.String getDeployedOnVhostDefinition()
           
 void setDeployedOnVhostDefinition(java.lang.String deployedOnVhostDefinition)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.apache.httpd.step.AbstractApacheHttpdServerStep
getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateApacheHttpdVirtualHostStep

public CreateApacheHttpdVirtualHostStep(ApacheHttpdServer apacheWebServer,
                                        java.lang.String virtualHost,
                                        java.util.Collection<?> context)
Method Detail

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.