com.alibaba.druid.support.console
类 TableFormatter

java.lang.Object
  继承者 com.alibaba.druid.support.console.TableFormatter

public class TableFormatter
extends Object


构造方法摘要
TableFormatter()
           
 
方法摘要
static int displayLen(String value)
           
static String format(List<String[]> rows)
           
static String makeSplitLine(int[] maxLens)
           
static String padStr(String old, int length)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TableFormatter

public TableFormatter()
方法详细信息

format

public static String format(List<String[]> rows)

makeSplitLine

public static String makeSplitLine(int[] maxLens)

displayLen

public static int displayLen(String value)

padStr

public static String padStr(String old,
                            int length)


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.