org.naturalcli.commands
Class NullCommandExecutor

java.lang.Object
  extended by org.naturalcli.commands.NullCommandExecutor
All Implemented Interfaces:
ICommandExecutor

public class NullCommandExecutor
extends java.lang.Object
implements ICommandExecutor

Executor for NullCommand

Author:
Ferran Busquets
See Also:
NullCommandExecutor

Constructor Summary
NullCommandExecutor()
           
 
Method Summary
 void execute(ParseResult parseResult)
          Execute the command.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullCommandExecutor

public NullCommandExecutor()
Method Detail

execute

public void execute(ParseResult parseResult)
Description copied from interface: ICommandExecutor
Execute the command.

Specified by:
execute in interface ICommandExecutor
Parameters:
parseResult - the parse data for the command.