merge with head

This commit is contained in:
stevenh
2011-01-29 17:18:32 +00:00
12 changed files with 289 additions and 15 deletions

View File

@@ -26,4 +26,8 @@ public interface CommandMap {
*/
public boolean dispatch(CommandSender sender, String cmdLine);
/**
* Clears all registered commands.
*/
public void clearCommands();
}