org.apache.hadoop.hbase.shell
Class HelpManager

java.lang.Object
  extended by org.apache.hadoop.hbase.shell.HelpManager

public class HelpManager
extends Object

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

APP_NAME

public static final String APP_NAME
application name

See Also:
Constant Field Values

APP_VERSION

public static final String APP_VERSION
version of the code

See Also:
Constant Field Values

help

public static final Map<String,String[]> help
help contents map

Constructor Detail

HelpManager

public HelpManager()
Method Detail

printVersion

public void printVersion()
Print out the program version.


printHelp

public static void printHelp(String cmd)

wrapping

public static void wrapping(String cmd,
                            String[] cmdType,
                            boolean example)


Copyright © 2006 The Apache Software Foundation