org.apache.openejb.table
Class Line

java.lang.Object
  extended by org.apache.openejb.table.Line

public class Line
extends Object


Field Summary
static String COL_SEP
           
static char EMPTY_CHAR
           
static String HEADER_CHAR
           
static String LINE_CHAR
           
 
Constructor Summary
Line(String... columns)
           
 
Method Summary
 String[] getColumns()
           
 void print(int[] max, PrintStream out)
           
 void print(int[] max, PrintStream out, boolean header)
           
 void setCr(String cr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COL_SEP

public static final String COL_SEP
See Also:
Constant Field Values

HEADER_CHAR

public static final String HEADER_CHAR
See Also:
Constant Field Values

LINE_CHAR

public static final String LINE_CHAR
See Also:
Constant Field Values

EMPTY_CHAR

public static final char EMPTY_CHAR
See Also:
Constant Field Values
Constructor Detail

Line

public Line(String... columns)
Method Detail

getColumns

public String[] getColumns()

print

public void print(int[] max,
                  PrintStream out)

print

public void print(int[] max,
                  PrintStream out,
                  boolean header)

setCr

public void setCr(String cr)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.