com.xebialabs.deployit.plugin.wls.step
Class ModifyWlsServerStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.wls.step.WlsStepBase
      extended by com.xebialabs.deployit.plugin.wls.step.SimpleWlstExecutingStep
          extended by com.xebialabs.deployit.plugin.wls.step.ModifyWlsServerStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class ModifyWlsServerStep
extends SimpleWlstExecutingStep

Modifies a managed or admin server.

See Also:
Serialized Form

Field Summary
private static java.lang.String CONFIGURE_SERVER_SCRIPT_RESOURCE_PATH
           
 
Fields inherited from class com.xebialabs.deployit.plugin.wls.step.SimpleWlstExecutingStep
scriptArgs, scriptResourcePath
 
Fields inherited from class com.xebialabs.deployit.plugin.wls.step.WlsStepBase
description, domain, STEP_RESOURCES_PATH
 
Constructor Summary
ModifyWlsServerStep(WlsServer server)
           
 
Method Summary
private static void addConfigureServerArgument(java.lang.String propname, int propvalue, java.util.List<java.lang.String> args)
           
private static void addConfigureServerArgument(java.lang.String propname, java.lang.String propvalue, java.util.List<java.lang.String> args)
           
private static java.lang.String[] getArgs(WlsServer server)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.wls.step.SimpleWlstExecutingStep
execute
 
Methods inherited from class com.xebialabs.deployit.plugin.wls.step.WlsStepBase
executeWlstJythonScriptResource, executeWlstJythonScriptResource, getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURE_SERVER_SCRIPT_RESOURCE_PATH

private static final java.lang.String CONFIGURE_SERVER_SCRIPT_RESOURCE_PATH
See Also:
Constant Field Values
Constructor Detail

ModifyWlsServerStep

public ModifyWlsServerStep(WlsServer server)
Method Detail

getArgs

private static java.lang.String[] getArgs(WlsServer server)

addConfigureServerArgument

private static void addConfigureServerArgument(java.lang.String propname,
                                               java.lang.String propvalue,
                                               java.util.List<java.lang.String> args)

addConfigureServerArgument

private static void addConfigureServerArgument(java.lang.String propname,
                                               int propvalue,
                                               java.util.List<java.lang.String> args)


Copyright © 2009. All Rights Reserved.