public abstract class WrappedAdminCommand extends Object implements AdminCommand
CommandWrapperImpl. It should be enough to wrap
command without an overhead. E.g.:
new WrappedAdminCommand(command) {
public void execute(...
}
| Constructor and Description |
|---|
WrappedAdminCommand(AdminCommand command)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected AdminCommand |
getUnwrappedCommand()
Get root of wrapped command.
|
protected AdminCommand |
getWrappedCommand()
Original command that was wrapped.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic WrappedAdminCommand(AdminCommand command)
command - Original command is was wrapped.protected AdminCommand getWrappedCommand()
protected AdminCommand getUnwrappedCommand()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.