com.xebialabs.deployit.plugin.was.step
Class CheckWasInstallationStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.was.step.CheckWasInstallationStep
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.execution.Step<com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext>, com.xebialabs.deployit.plugin.api.inspection.InspectionStep, java.io.Serializable

public class CheckWasInstallationStep
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.inspection.InspectionStep

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
 
Constructor Summary
CheckWasInstallationStep(Cell cell)
           
 
Method Summary
protected  void checkDirectoryExistence(com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext ctx, com.xebialabs.overthere.OverthereConnection c, java.lang.String dirPath)
           
 com.xebialabs.deployit.plugin.api.execution.Step.Result execute(com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext ctx)
           
 java.lang.String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckWasInstallationStep

public CheckWasInstallationStep(Cell cell)
Method Detail

execute

public com.xebialabs.deployit.plugin.api.execution.Step.Result execute(com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext ctx)
                                                                throws java.lang.Exception
Specified by:
execute in interface com.xebialabs.deployit.plugin.api.execution.Step<com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext>
Throws:
java.lang.Exception

checkDirectoryExistence

protected void checkDirectoryExistence(com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext ctx,
                                       com.xebialabs.overthere.OverthereConnection c,
                                       java.lang.String dirPath)

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface com.xebialabs.deployit.plugin.api.execution.Step<com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext>