public class SetExtensionCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
boolean |
_hasOldValue |
String |
_name |
Object |
_oldValue |
NodePath |
_parentPath |
Object |
_value |
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 NodePath _parentPath
public String _name
public Object _value
public boolean _hasOldValue
public Object _oldValue
public void execute(Document document)
ICommand
Copyright © 2020 Red Hat. All rights reserved.