org.assertj.core.util
Class TextFileWriter

java.lang.Object
  extended by org.assertj.core.util.TextFileWriter

public class TextFileWriter
extends Object

Author:
Yvonne Wang, Olivier Michallat

Method Summary
static TextFileWriter instance()
           
 void write(File file, Charset charset, String... content)
           
 void write(File file, String... content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static TextFileWriter instance()

write

public void write(File file,
                  String... content)
           throws IOException
Throws:
IOException

write

public void write(File file,
                  Charset charset,
                  String... content)
           throws IOException
Throws:
IOException


Copyright © 2013–2015 AssertJ. All rights reserved.