org.apache.openejb.table
Class Line
java.lang.Object
org.apache.openejb.table.Line
public class Line
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Line
public Line(String... columns)
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.