org.crsh.shell.io
Interface ShellWriterContext


public interface ShellWriterContext

Version:
$Revision$
Author:
Julien Viet

Method Summary
 void lineFeed()
           
 void pad(java.lang.Appendable appendable)
           
 void text(java.lang.CharSequence csq, int off, int end)
           
 

Method Detail

pad

void pad(java.lang.Appendable appendable)
         throws java.io.IOException
Throws:
java.io.IOException

text

void text(java.lang.CharSequence csq,
          int off,
          int end)

lineFeed

void lineFeed()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.