com.alibaba.dubbo.remoting.telnet.support
Class TelnetUtils

java.lang.Object
  extended by com.alibaba.dubbo.remoting.telnet.support.TelnetUtils

public class TelnetUtils
extends Object

TelnetUtils

Author:
william.liangf

Constructor Summary
TelnetUtils()
           
 
Method Summary
static String toList(List<List<String>> table)
           
static String toTable(List<String> header, List<List<String>> table)
           
static String toTable(String[] header, List<List<String>> table)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelnetUtils

public TelnetUtils()
Method Detail

toList

public static String toList(List<List<String>> table)

toTable

public static String toTable(String[] header,
                             List<List<String>> table)

toTable

public static String toTable(List<String> header,
                             List<List<String>> table)


Copyright © 2012–2017 Alibaba. All rights reserved.