public class ProfileDeployCmdState extends DeployCommandState
COMMAND_CLASS_KEY, COMMAND_ID_KEY, COMMAND_PLATFORM_KEY, COMMAND_TYPE_KEY, DEPLOY_SEQUENCE_KEY, DEPLOYMENT_OPTIONS_KEY
_hash
Constructor and Description |
---|
ProfileDeployCmdState() |
ProfileDeployCmdState(HashStructure hash) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class<? extends DeployCommand> |
getCommandClass() |
Profile |
getProfile() |
void |
setProfile(Profile profile) |
getCommandClassName, getCommandClassName, getCommandId, getCommandId, getCommandType, getCommandType, getDeploymentOptions, getDeploySequence, saveTo, setCommandId, setDeploymentOptions, setDeploySequence
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals
public ProfileDeployCmdState()
public ProfileDeployCmdState(HashStructure hash)
public Profile getProfile()
public void setProfile(Profile profile)
protected java.lang.Class<? extends DeployCommand> getCommandClass()
getCommandClass
in class DeployCommandState