rero.dialogs.help
Class HelpCommand

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

public class HelpCommand
extends Object


Field Summary
protected  String command
           
protected  String[] data
           
protected  String description
           
protected  LinkedList descs
           
protected  String example
           
protected  LinkedList parms
           
 
Constructor Summary
HelpCommand(String[] _data)
           
 
Method Summary
 void init()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

command

protected String command

description

protected String description

example

protected String example

parms

protected LinkedList parms

descs

protected LinkedList descs

data

protected String[] data
Constructor Detail

HelpCommand

public HelpCommand(String[] _data)
Method Detail

init

public void init()

toString

public String toString()