org.apache.openejb.table
Class Lines

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

public class Lines
extends Object


Constructor Summary
Lines()
           
Lines(String cr)
           
 
Method Summary
 void add(Line line)
           
 List<Line> getLines()
           
 void print(PrintStream out)
           
 void print(PrintStream out, boolean headers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lines

public Lines()

Lines

public Lines(String cr)
Method Detail

add

public void add(Line line)

print

public void print(PrintStream out)

print

public void print(PrintStream out,
                  boolean headers)

getLines

public List<Line> getLines()


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