com.xebialabs.deployit.plugin.tomcat.step
Class TomcatStepBase

java.lang.Object
  extended by com.xebialabs.deployit.plugin.tomcat.step.TomcatStepBase
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable
Direct Known Subclasses:
CreateTomcatDataSourceStep, DestroyTomcatDataSourceStep, TomcatDeploymentStepBase, TomcatStartServerStep, TomcatStopServerStep

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

See Also:
Serialized Form

Field Summary
protected  java.lang.String contextRoot
           
protected  java.lang.String description
           
protected  TomcatServer server
           
protected static java.lang.String STEP_RESOURCES_PATH
           
 
Constructor Summary
protected TomcatStepBase(TomcatServer server)
           
protected TomcatStepBase(TomcatServer server, java.lang.String contextRoot)
           
 
Method Summary
 java.lang.String getContextFilePathOnServer()
           
 java.lang.String getDescription()
           
protected  boolean isContextSet()
           
protected  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

STEP_RESOURCES_PATH

protected static final java.lang.String STEP_RESOURCES_PATH
See Also:
Constant Field Values

description

protected java.lang.String description

server

protected TomcatServer server

contextRoot

protected java.lang.String contextRoot
Constructor Detail

TomcatStepBase

protected TomcatStepBase(TomcatServer server,
                         java.lang.String contextRoot)

TomcatStepBase

protected TomcatStepBase(TomcatServer server)
Method Detail

getDescription

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

setDescription

protected void setDescription(java.lang.String description)

getContextFilePathOnServer

public java.lang.String getContextFilePathOnServer()

isContextSet

protected boolean isContextSet()


Copyright © 2010. All Rights Reserved.