gherkin.formatter
Class NiceAppendable

java.lang.Object
  extended by gherkin.formatter.NiceAppendable

public class NiceAppendable
extends Object

A nice appendable that doesn't throw checked exceptions


Constructor Summary
NiceAppendable(Appendable out)
           
 
Method Summary
 NiceAppendable append(char c)
           
 NiceAppendable append(CharSequence csq)
           
 NiceAppendable append(CharSequence csq, int start, int end)
           
 void close()
           
 NiceAppendable println()
           
 NiceAppendable println(CharSequence csq)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NiceAppendable

public NiceAppendable(Appendable out)
Method Detail

append

public NiceAppendable append(CharSequence csq)

append

public NiceAppendable append(CharSequence csq,
                             int start,
                             int end)

append

public NiceAppendable append(char c)

println

public NiceAppendable println()

println

public NiceAppendable println(CharSequence csq)

close

public void close()


Copyright © 2013. All rights reserved.