public class DeleteResponseCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
Object |
_oldResponse |
String |
_responseCode |
NodePath |
_responsePath |
NodePath |
_responsesPath |
Modifier and Type | Method and Description |
---|---|
void |
execute(Document document)
Called to execute the command against the given document.
|
void |
undo(Document document)
Called to undo the command (restore the document to a previous state).
|
isNullOrUndefined, type
public String _responseCode
public NodePath _responsePath
public NodePath _responsesPath
public Object _oldResponse
public void execute(Document document)
ICommand
Copyright © 2019 Red Hat. All rights reserved.