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

java.lang.Object
  extended by com.xebialabs.deployit.plugin.tomcat.step.TomcatStepBase
      extended by com.xebialabs.deployit.plugin.tomcat.step.DestroyTomcatDataSourceStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class DestroyTomcatDataSourceStep
extends TomcatStepBase
implements com.xebialabs.deployit.Step

See Also:
Serialized Form

Field Summary
private  TomcatDataSource dataSource
           
 
Fields inherited from class com.xebialabs.deployit.plugin.tomcat.step.TomcatStepBase
contextRoot, description, server, STEP_RESOURCES_PATH
 
Constructor Summary
DestroyTomcatDataSourceStep(TomcatServer server, TomcatDataSource dataSource, java.lang.String contextRoot)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.tomcat.step.TomcatStepBase
getContextFilePathOnServer, getDescription, isContextSet, setDescription
 
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
getDescription
 

Field Detail

dataSource

private TomcatDataSource dataSource
Constructor Detail

DestroyTomcatDataSourceStep

public DestroyTomcatDataSourceStep(TomcatServer server,
                                   TomcatDataSource dataSource,
                                   java.lang.String contextRoot)
Method Detail

execute

public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
Specified by:
execute in interface com.xebialabs.deployit.Step


Copyright © 2010. All Rights Reserved.