org.naturalcli.commands
Class ExecuteFileCommandExecutor

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

public class ExecuteFileCommandExecutor
extends java.lang.Object
implements ICommandExecutor

Executor for ExecuteFileCommand

Author:
Ferran Busquets
See Also:
ExecuteFileCommand

Constructor Summary
ExecuteFileCommandExecutor(NaturalCLI naturalCLI)
           
 
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

ExecuteFileCommandExecutor

public ExecuteFileCommandExecutor(NaturalCLI naturalCLI)
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.