rero.dialogs.help
Class HelpData

java.lang.Object
  extended byrero.dialogs.help.HelpData

public class HelpData
extends Object


Field Summary
protected  LinkedList aliases
           
protected  HashMap data
           
 
Constructor Summary
HelpData()
           
 
Method Summary
 LinkedList getAliases()
           
 String getCommand(String command)
           
 Object[] getData()
           
 boolean isCommand(String command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aliases

protected LinkedList aliases

data

protected HashMap data
Constructor Detail

HelpData

public HelpData()
Method Detail

getData

public Object[] getData()

getAliases

public LinkedList getAliases()

getCommand

public String getCommand(String command)

isCommand

public boolean isCommand(String command)