org.naturalcli.commands
Class ExecuteFileCommand

java.lang.Object
  extended by org.naturalcli.Command
      extended by org.naturalcli.commands.ExecuteFileCommand

public class ExecuteFileCommand
extends Command

Implements a command that executes a command list inside a file.

Author:
Ferran Busquets
See Also:
ExecuteFileCommandExecutor

Constructor Summary
ExecuteFileCommand(NaturalCLI naturalCLI)
          Constructor.
 
Method Summary
 
Methods inherited from class org.naturalcli.Command
getExecutor, getHelp, getSyntax, isHidden
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteFileCommand

public ExecuteFileCommand(NaturalCLI naturalCLI)
Constructor.

Parameters:
naturalCLI - the naturalCLI processor to use.