T - result typepublic abstract class EMFStoreCommandWithResult<T> extends AbstractEMFStoreCommand
| Constructor and Description |
|---|
EMFStoreCommandWithResult() |
| Modifier and Type | Method and Description |
|---|---|
T |
run()
Deprecated.
Use run(boolean) instead
|
T |
run(boolean ignoreExceptions)
Executes the command on the workspaces editing domain.
|
canUndo, execute, getRuntimeException, redo, shouldIgnoreExceptions@Deprecated public T run()
public T run(boolean ignoreExceptions)
ignoreExceptions - true if any thrown exception in the execution of the command should be ignored.Copyright © 2017. All rights reserved.