public class AddPathItemCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
String |
_newPathItemName |
Object |
_newPathItemObj |
boolean |
_nullPathItems |
boolean |
_pathItemExists |
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 boolean _pathItemExists
public String _newPathItemName
public Object _newPathItemObj
public boolean _nullPathItems
public void execute(Document document)
ICommand
Copyright © 2021 Red Hat. All rights reserved.