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

java.lang.Object
  extended by com.xebialabs.deployit.plugin.apache.httpd.step.AbstractApacheHttpdServerStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable
Direct Known Subclasses:
CreateApacheHttpdVirtualHostStep, DestroyApacheHttpdVirtualHostStep, RestartApacheHttpdServerStep

public abstract class AbstractApacheHttpdServerStep
extends java.lang.Object
implements com.xebialabs.deployit.Step

See Also:
Serialized Form

Field Summary
protected  ApacheHttpdServer apacheHttpdServer
           
protected  java.lang.String description
           
 
Constructor Summary
AbstractApacheHttpdServerStep(ApacheHttpdServer apacheWebServer)
           
 
Method Summary
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.xebialabs.deployit.Step
execute
 

Field Detail

description

protected java.lang.String description

apacheHttpdServer

protected ApacheHttpdServer apacheHttpdServer
Constructor Detail

AbstractApacheHttpdServerStep

public AbstractApacheHttpdServerStep(ApacheHttpdServer apacheWebServer)
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface com.xebialabs.deployit.Step

setDescription

public void setDescription(java.lang.String description)


Copyright © 2010. All Rights Reserved.