com.nhncorp.neptune.client.shell
Class ConsoleTable

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.ConsoleTable

public class ConsoleTable
extends java.lang.Object

Manufactures console table, but stupid.


Constructor Summary
ConsoleTable()
           
 
Method Summary
static void printFoot()
           
static void printHead(java.lang.String name)
           
static void printTable(int count, TableSchema tableSchema)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleTable

public ConsoleTable()
Method Detail

printHead

public static void printHead(java.lang.String name)

printFoot

public static void printFoot()

printTable

public static void printTable(int count,
                              TableSchema tableSchema)