org.teiid.adminshell
Class Help

java.lang.Object
  extended by org.teiid.adminshell.Help

public class Help
extends Object

A simple help system built off of scanning public static methods.


Nested Class Summary
static interface Help.Doc
           
 
Constructor Summary
Help(Class<?> clazz)
           
 
Method Summary
 void help()
           
 void help(String method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Help

public Help(Class<?> clazz)
Method Detail

help

public void help()

help

public void help(String method)


Copyright © 2012. All Rights Reserved.