com.xebialabs.deployit.plugin.jbossas.step
Class JbossasStepBase

java.lang.Object
  extended by com.xebialabs.deployit.plugin.jbossas.step.JbossasStepBase
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable
Direct Known Subclasses:
CreateJbossasDataSourceStep, CreateJbossasQueueStep, CreateJbossasTopicStep, DestroyJbossasDataSourceStep, DestroyJbossasQueueStep, DestroyJbossasTopicStep, JbossasDeploymentStepBase, JbossasRestartServerStep

public abstract class JbossasStepBase
extends java.lang.Object
implements com.xebialabs.deployit.Step

See Also:
Serialized Form

Field Summary
protected  java.lang.String description
           
protected  JbossasServer server
           
protected static java.lang.String STEP_RESOURCES_PATH
           
 
Constructor Summary
protected JbossasStepBase(JbossasServer server)
           
 
Method Summary
 java.lang.String getDescription()
           
protected  void setDescription(java.lang.String description)
           
 
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
execute
 

Field Detail

STEP_RESOURCES_PATH

protected static final java.lang.String STEP_RESOURCES_PATH
See Also:
Constant Field Values

description

protected java.lang.String description

server

protected JbossasServer server
Constructor Detail

JbossasStepBase

protected JbossasStepBase(JbossasServer server)
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface com.xebialabs.deployit.Step

setDescription

protected void setDescription(java.lang.String description)


Copyright © 2010. All Rights Reserved.