org.crsh.shell.ui
Class UIWriterContext
java.lang.Object
org.crsh.shell.ui.UIWriterContext
- All Implemented Interfaces:
- ShellWriterContext
class UIWriterContext
- extends Object
- implements ShellWriterContext
- Version:
- $Revision$
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stack
final ArrayList<Pad> stack
- .
needLF
boolean needLF
- .
charMap
private static EnumMap<Pad,String> charMap
nextMap
private static EnumMap<Pad,Pad> nextMap
UIWriterContext
UIWriterContext()
pad
public void pad(Appendable appendable)
throws IOException
- Specified by:
pad
in interface ShellWriterContext
- Throws:
IOException
text
public void text(CharSequence csq,
int off,
int end)
- Specified by:
text
in interface ShellWriterContext
lineFeed
public void lineFeed()
- Specified by:
lineFeed
in interface ShellWriterContext
Copyright © 2012 eXo Platform SAS. All Rights Reserved.