public class DeleteServerCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
Object |
_oldServer |
NodePath |
_parentPath |
String |
_serverUrl |
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 _serverUrl
public NodePath _parentPath
public Object _oldServer
public void execute(Document document)
ICommand
Copyright © 2021 Red Hat. All rights reserved.