Uses of Interface
org.naturalcli.ICommandExecutor

Packages that use ICommandExecutor
org.naturalcli Provides classes and interfaces for handling command lines human readable. 
org.naturalcli.commands Provides classes with pre-definded commands for NaturalCLI. 
 

Uses of ICommandExecutor in org.naturalcli
 

Methods in org.naturalcli that return ICommandExecutor
 ICommandExecutor Command.getExecutor()
          Get the executor for the command.
 

Constructors in org.naturalcli with parameters of type ICommandExecutor
Command(java.lang.String syntax, java.lang.String help, ICommandExecutor ce)
          Constructs a new command.
 

Uses of ICommandExecutor in org.naturalcli.commands
 

Classes in org.naturalcli.commands that implement ICommandExecutor
 class ExecuteFileCommandExecutor
          Executor for ExecuteFileCommand
 class HelpCommandExecutor
          Executor for HelpCommand
 class HTMLHelpCommandExecutor
          Executor for HTMLHelpCommand
 class NullCommandExecutor
          Executor for NullCommand
 class SleepCommandExecutor
          Executor for SleepCommand