org.naturalcli
Interface ICommandExecutor

All Known Implementing Classes:
ExecuteFileCommandExecutor, HelpCommandExecutor, HTMLHelpCommandExecutor, NullCommandExecutor, SleepCommandExecutor

public interface ICommandExecutor

A command executor runs a command for the parameters.

Author:
Ferran Busquets

Method Summary
 void execute(ParseResult parseResult)
          Execute the command.
 

Method Detail

execute

void execute(ParseResult parseResult)
             throws ExecutionException
Execute the command.

Parameters:
parseResult - the parse data for the command.
Throws:
ExecutionException