org.eclipse.jpt.utility
Class CommandExecutor.Default
java.lang.Object
org.eclipse.jpt.utility.CommandExecutor.Default
- All Implemented Interfaces:
- CommandExecutor
- Enclosing interface:
- CommandExecutor
public static final class CommandExecutor.Default
- extends java.lang.Object
- implements CommandExecutor
Straightforward implementation of the command executor interface
that simply executes the command without any sort of enhancement.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INSTANCE
public static final CommandExecutor INSTANCE
instance
public static CommandExecutor instance()
execute
public void execute(Command command)
- Description copied from interface:
CommandExecutor
- Execute the specified command.
- Specified by:
execute
in interface CommandExecutor
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object