org.eclipse.jpt.utility
Class Command.Disabled

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

public static final class Command.Disabled
extends java.lang.Object
implements Command


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.utility.Command
Command.Disabled, Command.Null
 
Field Summary
static Command INSTANCE
           
 
Method Summary
 void execute()
          Execute the command.
static Command 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 Command INSTANCE
Method Detail

instance

public static Command instance()

execute

public void execute()
Description copied from interface: Command
Execute the command. The semantics of the command is determined by the contract between the client and server.

Specified by:
execute in interface Command

toString

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