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

java.lang.Object
  extended by com.xebialabs.deployit.plugin.generic.step.GenericBaseStep
      extended by com.xebialabs.deployit.plugin.tomcat.step.RenameFileStep
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentStep, com.xebialabs.deployit.plugin.api.execution.Step<com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentExecutionContext>, java.io.Serializable

public class RenameFileStep
extends com.xebialabs.deployit.plugin.generic.step.GenericBaseStep

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.xebialabs.deployit.plugin.api.execution.Step
com.xebialabs.deployit.plugin.api.execution.Step.Result
 
Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.generic.step.GenericBaseStep
FREEMARKER_FILE_EXT, logger
 
Constructor Summary
RenameFileStep(int order, java.lang.String source, java.lang.String target, java.lang.String description, com.xebialabs.deployit.plugin.overthere.HostContainer container)
           
 
Method Summary
protected  com.xebialabs.deployit.plugin.api.execution.Step.Result doExecute()
           
 
Methods inherited from class com.xebialabs.deployit.plugin.generic.step.GenericBaseStep
classpathResourceExists, createOrReplaceHostFile, disconnect, evaluateTemplate, evaluateTemplate, execute, getContainer, getCtx, getDescription, getHostFileSeparator, getHostLineSeparator, getLocalConnection, getOrder, getRemoteConnection, getRemoteWorkingDirectory, getRemoteWorkingDirPath, hostFileExists, isRetainRemoteWorkingDirOnCompletion, readHostFile, readHostFileLines, readHostXmlFileAsModel, resolveOsSpecificTemplate, setRemoteWorkingDirPath, setRetainRemoteWorkingDirOnCompletion, substringAfterLast, substringAfterLast, uploadResourceToWorkingDirectory, uploadToWorkingDirectory, uploadToWorkingDirectory, uploadToWorkingDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenameFileStep

public RenameFileStep(int order,
                      java.lang.String source,
                      java.lang.String target,
                      java.lang.String description,
                      com.xebialabs.deployit.plugin.overthere.HostContainer container)
Method Detail

doExecute

protected com.xebialabs.deployit.plugin.api.execution.Step.Result doExecute()
                                                                     throws java.lang.Exception
Specified by:
doExecute in class com.xebialabs.deployit.plugin.generic.step.GenericBaseStep
Throws:
java.lang.Exception