org.apache.blur.shell
Class PagingPrintWriter
java.lang.Object
org.apache.blur.shell.PagingPrintWriter
- Direct Known Subclasses:
- ColumnBasedPrintWriter
public class PagingPrintWriter
- extends Object
PagingPrintWriter
public PagingPrintWriter(PrintWriter printWriter)
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.