net.jetrix.commands
Class HelpCommand
java.lang.Object
net.jetrix.commands.AbstractCommand
net.jetrix.commands.HelpCommand
- All Implemented Interfaces:
- Command
public class HelpCommand
- extends AbstractCommand
List all commands available.
- Version:
- $Revision: 531 $, $Date: 2004-12-17 02:43:33 +0100 (ven., 17 déc. 2004) $
- Author:
- Emmanuel Bourg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelpCommand
public HelpCommand()
getAliases
public String[] getAliases()
- Description copied from interface:
Command
- Return the different names available to invoke this command.
An alias doesn't contain the leading character used to call
a command ("/" or "!"). The first alias in the array is the
default name that will be displayed in the /help list.
- Specified by:
getAliases
in interface Command
- Overrides:
getAliases
in class AbstractCommand
execute
public void execute(CommandMessage message)
- Description copied from interface:
Command
- Execute the command.
Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.