com.sun.enterprise.admin.util
Class ColumnFormatter

java.lang.Object
  extended by com.sun.enterprise.admin.util.ColumnFormatter

public class ColumnFormatter
extends Object

Author:
Tom Mueller

Constructor Summary
ColumnFormatter()
           
ColumnFormatter(String[] headings)
           
 
Method Summary
 void addRow(Object[] values)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnFormatter

public ColumnFormatter(String[] headings)

ColumnFormatter

public ColumnFormatter()
Method Detail

addRow

public void addRow(Object[] values)
            throws IllegalArgumentException
Throws:
IllegalArgumentException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 GlassFish Community. All Rights Reserved.