Uses of Class
org.naturalcli.Command

Packages that use Command
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 Command in org.naturalcli
 

Constructor parameters in org.naturalcli with type arguments of type Command
NaturalCLI(java.util.Set<Command> commands)
          Creates a new instance with the default parameter validator.
NaturalCLI(java.util.Set<Command> commands, ParameterValidator pv)
          Creates a new instance.
 

Uses of Command in org.naturalcli.commands
 

Subclasses of Command in org.naturalcli.commands
 class ExecuteFileCommand
          Implements a command that executes a command list inside a file.
 class HelpCommand
          Implements a command that outputs help information to the console.
 class HTMLHelpCommand
          Implements a command that outputs help information to the console in HTML format.
 class NullCommand
          Implements a NOP command that does nothing.
 class SleepCommand
          Implements a command that waits for some seconds.
 

Constructor parameters in org.naturalcli.commands with type arguments of type Command
HelpCommand(java.util.Set<Command> commands)
           
HelpCommandExecutor(java.util.Set<Command> commands)
          Constructor.
HTMLHelpCommand(java.util.Set<Command> commands)
          Constructor.
HTMLHelpCommandExecutor(java.util.Set<Command> commands)
          Constructor.