org.naturalcli.commands
Class HelpCommand

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

public class HelpCommand
extends Command

Implements a command that outputs help information to the console.

Author:
Ferran Busquets
See Also:
HelpCommandExecutor

Constructor Summary
HelpCommand(java.util.Set<Command> commands)
           
 
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

HelpCommand

public HelpCommand(java.util.Set<Command> commands)