com.xebialabs.deployit.plugin.tomcat.step
Class TomcatStepBase
java.lang.Object
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
| 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 |
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
TomcatStepBase
protected TomcatStepBase(TomcatServer server,
java.lang.String contextRoot)
TomcatStepBase
protected TomcatStepBase(TomcatServer server)
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.