org.apache.blur.shell
Class PagingPrintWriter

java.lang.Object
  extended by org.apache.blur.shell.PagingPrintWriter
Direct Known Subclasses:
ColumnBasedPrintWriter

public class PagingPrintWriter
extends Object


Nested Class Summary
static class PagingPrintWriter.FinishedException
           
 
Constructor Summary
PagingPrintWriter(PrintWriter printWriter)
           
 
Method Summary
 void flush()
           
 int getLineLimit()
           
 boolean isFinished()
           
 void print(char c)
           
 void print(String s)
           
 void println()
           
 void println(Object o)
           
 void println(String s)
           
 void setFinished(boolean finished)
           
 void setLineLimit(int lineLimit)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingPrintWriter

public PagingPrintWriter(PrintWriter printWriter)
Method Detail

println

public void println(String s)
             throws PagingPrintWriter.FinishedException
Throws:
PagingPrintWriter.FinishedException

println

public void println(Object o)
             throws PagingPrintWriter.FinishedException
Throws:
PagingPrintWriter.FinishedException

print

public void print(char c)
           throws PagingPrintWriter.FinishedException
Throws:
PagingPrintWriter.FinishedException

print

public void print(String s)
           throws PagingPrintWriter.FinishedException
Throws:
PagingPrintWriter.FinishedException

println

public void println()
             throws PagingPrintWriter.FinishedException
Throws:
PagingPrintWriter.FinishedException

flush

public void flush()
           throws PagingPrintWriter.FinishedException
Throws:
PagingPrintWriter.FinishedException

getLineLimit

public int getLineLimit()

setLineLimit

public void setLineLimit(int lineLimit)

isFinished

public boolean isFinished()

setFinished

public void setFinished(boolean finished)


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