org.crsh.shell.io
Interface ShellWriter

All Superinterfaces:
java.lang.Appendable
All Known Implementing Classes:
LineFeedWriter

public interface ShellWriter
extends java.lang.Appendable

Version:
$Revision$
Author:
Julien Viet

Method Summary
 ShellWriter append(ShellWriterContext ctx, char c)
           
 ShellWriter append(ShellWriterContext ctx, java.lang.CharSequence csq)
           
 ShellWriter append(ShellWriterContext ctx, java.lang.CharSequence csq, int start, int end)
           
 
Methods inherited from interface java.lang.Appendable
append, append, append
 

Method Detail

append

ShellWriter append(ShellWriterContext ctx,
                   java.lang.CharSequence csq)
                   throws java.io.IOException
Throws:
java.io.IOException

append

ShellWriter append(ShellWriterContext ctx,
                   java.lang.CharSequence csq,
                   int start,
                   int end)
                   throws java.io.IOException
Throws:
java.io.IOException

append

ShellWriter append(ShellWriterContext ctx,
                   char c)
                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.