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

java.lang.Object
  extended by com.xebialabs.deployit.plugin.was.step.WasStepBase
      extended by com.xebialabs.deployit.plugin.was.step.GenerateWasWebServerPluginConfigurationStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class GenerateWasWebServerPluginConfigurationStep
extends WasStepBase

Tells the WasCell to generate a webserver plugin configuration for a WasManagedApacheHttpdServer

See Also:
Serialized Form

Field Summary
static java.lang.String GENERATE_PLUGIN_CONFIG_SCRIPT_RESOURCE_PATH
           
protected  WasManagedApacheHttpdServer webserver
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
GenerateWasWebServerPluginConfigurationStep(WasManagedApacheHttpdServer webserver)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 java.lang.String getPluginConfigurationFilePath()
           
 
Methods inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
executeWsadminJythonScriptResource, executeWsadminJythonScriptResource, executeWsadminJythonScriptResource, getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERATE_PLUGIN_CONFIG_SCRIPT_RESOURCE_PATH

public static final java.lang.String GENERATE_PLUGIN_CONFIG_SCRIPT_RESOURCE_PATH
See Also:
Constant Field Values

webserver

protected WasManagedApacheHttpdServer webserver
Constructor Detail

GenerateWasWebServerPluginConfigurationStep

public GenerateWasWebServerPluginConfigurationStep(WasManagedApacheHttpdServer webserver)
Method Detail

execute

public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)

getPluginConfigurationFilePath

public java.lang.String getPluginConfigurationFilePath()


Copyright © 2010. All Rights Reserved.