org.naturalcli.commands
Class NullCommand

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

public class NullCommand
extends Command

Implements a NOP command that does nothing.

Author:
Ferran Busquets
See Also:
NullCommandExecutor

Constructor Summary
NullCommand()
          Default contructor.
 
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

NullCommand

public NullCommand()
Default contructor.