|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.shell.HelpManager
public class HelpManager
Prints a usage message for the program to the given stream.
Field Summary | |
---|---|
static String |
APP_NAME
application name |
static String |
APP_VERSION
version of the code |
static Map<String,String[]> |
help
help contents map |
Constructor Summary | |
---|---|
HelpManager()
|
Method Summary | |
---|---|
static void |
printHelp(String cmd)
|
void |
printVersion()
Print out the program version. |
static void |
wrapping(String cmd,
String[] cmdType,
boolean example)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String APP_NAME
public static final String APP_VERSION
public static final Map<String,String[]> help
Constructor Detail |
---|
public HelpManager()
Method Detail |
---|
public void printVersion()
public static void printHelp(String cmd)
public static void wrapping(String cmd, String[] cmdType, boolean example)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |