org.eclipse.jpt.utility
Class CommandExecutorProvider.Default

java.lang.Object
  extended by org.eclipse.jpt.utility.CommandExecutorProvider.Default
All Implemented Interfaces:
CommandExecutorProvider
Enclosing interface:
CommandExecutorProvider

public static final class CommandExecutorProvider.Default
extends java.lang.Object
implements CommandExecutorProvider

Straightforward implementation of the command executor provider interface the returns the default command executor.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.utility.CommandExecutorProvider
CommandExecutorProvider.Default
 
Field Summary
static CommandExecutorProvider INSTANCE
           
 
Method Summary
 CommandExecutor getCommandExecutor()
          Return the appropriate command executor.
static CommandExecutorProvider instance()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final CommandExecutorProvider INSTANCE
Method Detail

instance

public static CommandExecutorProvider instance()

getCommandExecutor

public CommandExecutor getCommandExecutor()
Description copied from interface: CommandExecutorProvider
Return the appropriate command executor.

Specified by:
getCommandExecutor in interface CommandExecutorProvider

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object